From 0b66c2d841b56a54601cfdcdc30d5ad4aaf7a78f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 22 Jul 2015 17:10:49 -0400 Subject: [PATCH] set new_client flag on xwl clients during swap this forces another run of client placement so that xwl clients do not always appear at 0,0 --- src/bin/e_comp_x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 09b8283b9..cc9927e66 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -5483,6 +5483,7 @@ e_comp_x_xwayland_client_setup(E_Client *ec, E_Client *wc) e_object_del(E_OBJECT(ec)); e_hints_window_visible_set(wc); _e_comp_x_client_stack(wc); + wc->new_client = 1; } #endif