diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-08-03 12:09:18 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-08-07 16:58:16 -0600 |
commit | a4fa9546166c9af277616dd6dcd80e61ee024eb3 (patch) | |
tree | d10c26551a8b6e7bcbc730cfe36b6ebf7b119bc9 /client.h | |
parent | 35951a8d7eb3bcf2c7d618e156fd7b163e64d976 (diff) | |
download | dwl-a4fa9546166c9af277616dd6dcd80e61ee024eb3.tar.gz |
do not restack xwayland surfaces (wlroots!4756)
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4756
Diffstat (limited to 'client.h')
-rw-r--r-- | client.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -302,17 +302,6 @@ client_notify_enter(struct wlr_surface *s, struct wlr_keyboard *kb) } static inline void -client_restack_surface(Client *c) -{ -#ifdef XWAYLAND - if (client_is_x11(c)) - wlr_xwayland_surface_restack(c->surface.xwayland, NULL, - XCB_STACK_MODE_ABOVE); -#endif - return; -} - -static inline void client_send_close(Client *c) { #ifdef XWAYLAND |