clutter/stage: Remove 'accept-focus' property

Also unused, only valid on X11. Meant for applications. Lets drop it.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1175
This commit is contained in:
Jonas Ådahl
2020-04-03 14:06:00 +02:00
committed by Georges Basile Stavracas Neto
parent fe27a6ea3b
commit 6f0e5b0b56
6 changed files with 1 additions and 110 deletions

View File

@@ -49,9 +49,6 @@ struct _ClutterStageWindowInterface
gint64 (* get_update_time) (ClutterStageWindow *stage_window);
void (* clear_update_time) (ClutterStageWindow *stage_window);
void (* set_accept_focus) (ClutterStageWindow *stage_window,
gboolean accept_focus);
void (* redraw) (ClutterStageWindow *stage_window);
gboolean (* can_clip_redraws) (ClutterStageWindow *stage_window);