diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-30 20:45:46 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-30 20:45:46 +0530 |
| commit | a92befd3a396478e6ff6ebdda43c735239ef76d9 (patch) | |
| tree | 0a5323e01fa946f0fdd792b7659b6eacd7f7d6aa /client.h | |
| parent | a9911cb7a49489065c105b272a1162c1a04cacbd (diff) | |
| parent | 577d8da6d17dad5f847795582ebf813f3c5c04a7 (diff) | |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'client.h')
| -rw-r--r-- | client.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -379,10 +379,8 @@ static inline void client_set_suspended(Client *c, int suspended) { #ifdef XWAYLAND - if (client_is_x11(c)) { - wlr_xwayland_surface_set_withdrawn(c->surface.xwayland, suspended); + if (client_is_x11(c)) return; - } #endif wlr_xdg_toplevel_set_suspended(c->surface.xdg->toplevel, suspended); |
