mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
xwayland: make utility windows unmanaged again
7f70d244a9
made utility windows
managed, because it made sense according to the spec. Turns out
Firefox uses them for popups.
This commit is contained in:
parent
04af09862a
commit
001045e47a
1 changed files with 1 additions and 0 deletions
|
@ -1643,6 +1643,7 @@ bool wlr_xwayland_surface_is_unmanaged(
|
||||||
NET_WM_WINDOW_TYPE_POPUP_MENU,
|
NET_WM_WINDOW_TYPE_POPUP_MENU,
|
||||||
NET_WM_WINDOW_TYPE_SPLASH,
|
NET_WM_WINDOW_TYPE_SPLASH,
|
||||||
NET_WM_WINDOW_TYPE_TOOLTIP,
|
NET_WM_WINDOW_TYPE_TOOLTIP,
|
||||||
|
NET_WM_WINDOW_TYPE_UTILITY,
|
||||||
};
|
};
|
||||||
|
|
||||||
for (size_t i = 0; i < sizeof(needles) / sizeof(needles[0]); ++i) {
|
for (size_t i = 0; i < sizeof(needles) / sizeof(needles[0]); ++i) {
|
||||||
|
|
Loading…
Reference in a new issue