window-x11: Move delete_window to MetaWindowX11Private

https://gitlab.gnome.org/GNOME/mutter/merge_requests/421
This commit is contained in:
Marco Trevisan (Treviño)
2019-01-30 20:40:17 +01:00
committed by Marco Trevisan
parent 6c3b0cfc36
commit 3bf80a967c
6 changed files with 20 additions and 5 deletions

View File

@ -327,7 +327,6 @@ struct _MetaWindow
guint icon_geometry_set : 1;
/* These are the flags from WM_PROTOCOLS */
guint delete_window : 1;
guint can_ping : 1;
/* Globally active / No input */
guint input : 1;

View File

@ -1079,7 +1079,6 @@ _meta_window_shared_new (MetaDisplay *display,
window->initial_timestamp_set = FALSE;
window->net_wm_user_time_set = FALSE;
window->user_time_window = None;
window->delete_window = FALSE;
window->can_ping = FALSE;
window->input = TRUE;
window->calc_placement = FALSE;