xwm: make X windows of type 'utility' inactive

Skype's popup notifications use this type.
dev
Giulio Camuffo 10 years ago committed by Bryce Harrington
parent 79954ec9fe
commit 84787ea45f
  1. 3
      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

Loading…
Cancel
Save