screen: Remove flash_window
It's unused as well
This commit is contained in:
parent
0de83ebfb5
commit
9696e785da
@ -82,8 +82,6 @@ struct _MetaScreen
|
||||
MetaCursorTracker *cursor_tracker;
|
||||
MetaCursor current_cursor;
|
||||
|
||||
Window flash_window;
|
||||
|
||||
Window wm_sn_selection_window;
|
||||
Atom wm_sn_atom;
|
||||
guint32 wm_sn_timestamp;
|
||||
|
@ -690,7 +690,6 @@ meta_screen_new (MetaDisplay *display,
|
||||
screen->current_cursor = -1; /* invalid/unset */
|
||||
screen->default_xvisual = DefaultVisualOfScreen (screen->xscreen);
|
||||
screen->default_depth = DefaultDepthOfScreen (screen->xscreen);
|
||||
screen->flash_window = None;
|
||||
|
||||
screen->wm_sn_selection_window = new_wm_sn_owner;
|
||||
screen->wm_sn_atom = wm_sn_atom;
|
||||
|
@ -2184,9 +2184,6 @@ is_our_xwindow (MetaDisplay *display,
|
||||
if (xwindow == screen->no_focus_window)
|
||||
return TRUE;
|
||||
|
||||
if (xwindow == screen->flash_window)
|
||||
return TRUE;
|
||||
|
||||
if (xwindow == screen->wm_sn_selection_window)
|
||||
return TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user