mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-07 03:10:24 +01:00
xwm: make X windows of type 'utility' inactive
Skype's popup notifications use this type.
This commit is contained in:
parent
79954ec9fe
commit
84787ea45f
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue