diff options
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 |