mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 11:30:45 -05:00
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;
|
MetaCursorTracker *cursor_tracker;
|
||||||
MetaCursor current_cursor;
|
MetaCursor current_cursor;
|
||||||
|
|
||||||
Window flash_window;
|
|
||||||
|
|
||||||
Window wm_sn_selection_window;
|
Window wm_sn_selection_window;
|
||||||
Atom wm_sn_atom;
|
Atom wm_sn_atom;
|
||||||
guint32 wm_sn_timestamp;
|
guint32 wm_sn_timestamp;
|
||||||
|
@ -690,7 +690,6 @@ meta_screen_new (MetaDisplay *display,
|
|||||||
screen->current_cursor = -1; /* invalid/unset */
|
screen->current_cursor = -1; /* invalid/unset */
|
||||||
screen->default_xvisual = DefaultVisualOfScreen (screen->xscreen);
|
screen->default_xvisual = DefaultVisualOfScreen (screen->xscreen);
|
||||||
screen->default_depth = DefaultDepthOfScreen (screen->xscreen);
|
screen->default_depth = DefaultDepthOfScreen (screen->xscreen);
|
||||||
screen->flash_window = None;
|
|
||||||
|
|
||||||
screen->wm_sn_selection_window = new_wm_sn_owner;
|
screen->wm_sn_selection_window = new_wm_sn_owner;
|
||||||
screen->wm_sn_atom = wm_sn_atom;
|
screen->wm_sn_atom = wm_sn_atom;
|
||||||
|
@ -2184,9 +2184,6 @@ is_our_xwindow (MetaDisplay *display,
|
|||||||
if (xwindow == screen->no_focus_window)
|
if (xwindow == screen->no_focus_window)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
if (xwindow == screen->flash_window)
|
|
||||||
return TRUE;
|
|
||||||
|
|
||||||
if (xwindow == screen->wm_sn_selection_window)
|
if (xwindow == screen->wm_sn_selection_window)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user