~ruther/dwl

25db04539216fa6bf05ad39cdeeeca6df6b69e60 — Leonardo Hernández Hernández 1 year, 10 months ago 78cf886
set withdrawn state for xwayland invisible clients
1 files changed, 3 insertions(+), 1 deletions(-)

M client.h
M client.h => client.h +3 -1
@@ 350,8 350,10 @@ static inline void
client_set_suspended(Client *c, int suspended)
{
#ifdef XWAYLAND
	if (client_is_x11(c))
	if (client_is_x11(c)) {
		wlr_xwayland_surface_set_withdrawn(c->surface.xwayland, suspended);
		return;
	}
#endif

	wlr_xdg_toplevel_set_suspended(c->surface.xdg->toplevel, suspended);

Do not follow this link