From ac49e6de2296cc0e45b44960afa22c788b9fa0e0 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 30 Oct 2017 10:29:33 -0400 Subject: [PATCH] unset xwayland client changes.pos flag during xwl->wl switch if client is unplaced fixes some initial client positioning issues --- 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 507f4d5ca..91faf9f88 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -6055,6 +6055,7 @@ e_comp_x_xwayland_client_setup(E_Client *ec, E_Client *wc) e_hints_window_visible_set(wc); _e_comp_x_client_stack(wc); wc->placed = placed; + if (!placed) wc->changes.pos = 0; } #endif