projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79954ec
)
xwm: make X windows of type 'utility' inactive
author
Giulio Camuffo
<giuliocamuffo@gmail.com>
Wed, 29 Apr 2015 16:00:48 +0000
(19:00 +0300)
committer
Bryce 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
patch
|
blob
|
history
diff --git
a/xwayland/window-manager.c
b/xwayland/window-manager.c
index cab7e20e764ae90241a832e45654e02aa6312cdd..039f0cd0f292d40ac832088a56998802800d38e1 100644
(file)
--- 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