clutter/stage-window: Remove functions declarations
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4077>
This commit is contained in:
parent
a0dc7d9f1c
commit
93a05a0631
@ -51,9 +51,6 @@ struct _ClutterStageWindowClass
|
|||||||
ClutterFrame *frame);
|
ClutterFrame *frame);
|
||||||
};
|
};
|
||||||
|
|
||||||
void _clutter_stage_window_set_cursor_visible (ClutterStageWindow *window,
|
|
||||||
gboolean is_visible);
|
|
||||||
|
|
||||||
gboolean _clutter_stage_window_realize (ClutterStageWindow *window);
|
gboolean _clutter_stage_window_realize (ClutterStageWindow *window);
|
||||||
void _clutter_stage_window_unrealize (ClutterStageWindow *window);
|
void _clutter_stage_window_unrealize (ClutterStageWindow *window);
|
||||||
|
|
||||||
@ -68,9 +65,6 @@ CLUTTER_EXPORT
|
|||||||
void _clutter_stage_window_get_geometry (ClutterStageWindow *window,
|
void _clutter_stage_window_get_geometry (ClutterStageWindow *window,
|
||||||
MtkRectangle *geometry);
|
MtkRectangle *geometry);
|
||||||
|
|
||||||
void _clutter_stage_window_set_accept_focus (ClutterStageWindow *window,
|
|
||||||
gboolean accept_focus);
|
|
||||||
|
|
||||||
void _clutter_stage_window_redraw_view (ClutterStageWindow *window,
|
void _clutter_stage_window_redraw_view (ClutterStageWindow *window,
|
||||||
ClutterStageView *view,
|
ClutterStageView *view,
|
||||||
ClutterFrame *frame);
|
ClutterFrame *frame);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user