xwm: make X windows of type 'utility' inactive
authorGiulio Camuffo <giuliocamuffo@gmail.com>
Wed, 29 Apr 2015 16:00:48 +0000 (19:00 +0300)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 8 May 2015 21:28:02 +0000 (14:28 -0700)
Skype's popup notifications use this type.

xwayland/window-manager.c

index cab7e20e764ae90241a832e45654e02aa6312cdd..039f0cd0f292d40ac832088a56998802800d38e1 100644 (file)
@@ -2423,7 +2423,8 @@ weston_wm_window_type_inactive(struct weston_wm_window *window)
               window->type == wm->atom.net_wm_window_type_dropdown ||
               window->type == wm->atom.net_wm_window_type_dnd ||
               window->type == wm->atom.net_wm_window_type_combo ||
-              window->type == wm->atom.net_wm_window_type_popup;
+              window->type == wm->atom.net_wm_window_type_popup ||
+              window->type == wm->atom.net_wm_window_type_utility;
 }
 
 static void