discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f05c1999aefda70d1e48c369cbf4cc6c048bfcfc

commit f05c1999aefda70d1e48c369cbf4cc6c048bfcfc
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Oct 30 10:29:33 2017 -0400

    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 a3493c002..e6335c42d 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -5910,6 +5910,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
 

-- 


Reply via email to