Merge pull request #921 from emersion/xwayland-firefox-popups

xwayland: make utility windows unmanaged again
This commit is contained in:
emersion 2018-04-27 10:55:44 +01:00 committed by GitHub
commit 4d7877420d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {