From 84787ea45f16b54d3e4f1c8e3998086cdc55c5fd Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Wed, 29 Apr 2015 19:00:48 +0300 Subject: [PATCH] xwm: make X windows of type 'utility' inactive Skype's popup notifications use this type. --- xwayland/window-manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c index cab7e20e..039f0cd0 100644 --- a/xwayland/window-manager.c +++ b/xwayland/window-manager.c @@ -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