From e5067368f5379af21a16ecbc890cbc9b80f46a55 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Mon, 23 Nov 2015 15:17:38 +0100 Subject: x11/window-props: Initialize bypass compositor hint If a client only ever sets the hint on window creation we'd never pick the value. Also, include override redirect windows since the hint is relevant to them too. https://bugzilla.gnome.org/show_bug.cgi?id=758544 --- src/x11/window-props.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11/window-props.c b/src/x11/window-props.c index 3268bbc..0a67980 100644 --- a/src/x11/window-props.c +++ b/src/x11/window-props.c @@ -1843,7 +1843,7 @@ meta_display_init_window_prop_hooks (MetaDisplay *display) { display->atom__NET_WM_WINDOW_TYPE, META_PROP_VALUE_ATOM_LIST, reload_net_wm_window_type, LOAD_INIT | INCLUDE_OR | FORCE_INIT }, { display->atom__NET_WM_STRUT, META_PROP_VALUE_INVALID, reload_struts, NONE }, { display->atom__NET_WM_STRUT_PARTIAL, META_PROP_VALUE_INVALID, reload_struts, NONE }, - { display->atom__NET_WM_BYPASS_COMPOSITOR, META_PROP_VALUE_CARDINAL, reload_bypass_compositor, NONE }, + { display->atom__NET_WM_BYPASS_COMPOSITOR, META_PROP_VALUE_CARDINAL, reload_bypass_compositor, LOAD_INIT | INCLUDE_OR }, { display->atom__NET_WM_WINDOW_OPACITY, META_PROP_VALUE_CARDINAL, reload_window_opacity, LOAD_INIT | INCLUDE_OR }, { 0 }, }; -- cgit v0.11.2