xwm: make X windows of type 'utility' inactive

Skype's popup notifications use this type.
This commit is contained in:
Giulio Camuffo 2015-04-29 19:00:48 +03:00 committed by Bryce Harrington
parent 79954ec9fe
commit 84787ea45f

View 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