~ruther/dwl

dd00d994ce4c53829d0b871622dc05e90a6f58c3 — Leonardo Hernández Hernández 1 year, 14 days ago f7154d5
do not set withdrawn state for xwayland clients

Closes: https://codeberg.org/dwl/dwl/issues/573
1 files changed, 1 insertions(+), 3 deletions(-)

M client.h
M client.h => client.h +1 -3
@@ 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);

Do not follow this link