mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
clutter: Drop undefined function declarations
These functions arent' there anymore, drop them from the header. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2099>
This commit is contained in:
parent
6144244201
commit
db44279997
@ -183,12 +183,6 @@ CLUTTER_EXPORT
|
||||
void clutter_stage_get_minimum_size (ClutterStage *stage,
|
||||
guint *width,
|
||||
guint *height);
|
||||
CLUTTER_EXPORT
|
||||
void clutter_stage_set_use_alpha (ClutterStage *stage,
|
||||
gboolean use_alpha);
|
||||
CLUTTER_EXPORT
|
||||
gboolean clutter_stage_get_use_alpha (ClutterStage *stage);
|
||||
|
||||
CLUTTER_EXPORT
|
||||
void clutter_stage_set_key_focus (ClutterStage *stage,
|
||||
ClutterActor *actor);
|
||||
@ -199,9 +193,6 @@ void clutter_stage_set_throttle_motion_events (ClutterStage
|
||||
gboolean throttle);
|
||||
CLUTTER_EXPORT
|
||||
gboolean clutter_stage_get_throttle_motion_events (ClutterStage *stage);
|
||||
CLUTTER_EXPORT
|
||||
gboolean clutter_stage_event (ClutterStage *stage,
|
||||
ClutterEvent *event);
|
||||
|
||||
CLUTTER_EXPORT
|
||||
ClutterActor * clutter_stage_get_actor_at_pos (ClutterStage *stage,
|
||||
|
Loading…
x
Reference in New Issue
Block a user