diff options
author | emersion <contact@emersion.fr> | 2018-04-27 10:55:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 10:55:44 +0100 |
commit | 4d7877420d49f4ab1999211e96f5d3ffdede0551 (patch) | |
tree | ba2be5ebfd9c5e48e1d99c41f705cfba0734f9da /xwayland/xwm.c | |
parent | 04af09862aea28c1b9ba495f3706f333107e0818 (diff) | |
parent | 001045e47a9172d8f70c2d2c3f77589385b250da (diff) |
Merge pull request #921 from emersion/xwayland-firefox-popups
xwayland: make utility windows unmanaged again
Diffstat (limited to 'xwayland/xwm.c')
-rw-r--r-- | xwayland/xwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index e77d6e96..b97a1753 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -1643,6 +1643,7 @@ bool wlr_xwayland_surface_is_unmanaged( NET_WM_WINDOW_TYPE_POPUP_MENU, NET_WM_WINDOW_TYPE_SPLASH, NET_WM_WINDOW_TYPE_TOOLTIP, + NET_WM_WINDOW_TYPE_UTILITY, }; for (size_t i = 0; i < sizeof(needles) / sizeof(needles[0]); ++i) { |