mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 06:34:40 +00:00
[stage] Rename fullscreen methods
The clutter_stage_fullscreen() and clutter_stage_unfullscreen() are a GDK-ism. The underlying implementation is already using an accessor with a boolean parameter. This should take the amount of collisions between properties, methods and signals to zero.
This commit is contained in:
@@ -476,8 +476,8 @@ clutter_stage_is_default
|
||||
<SUBSECTION>
|
||||
clutter_stage_set_color
|
||||
clutter_stage_get_color
|
||||
clutter_stage_fullscreen
|
||||
clutter_stage_unfullscreen
|
||||
clutter_stage_set_fullscreen
|
||||
clutter_stage_get_fullscreen
|
||||
clutter_stage_show_cursor
|
||||
clutter_stage_hide_cursor
|
||||
ClutterPickMode
|
||||
|
Reference in New Issue
Block a user