unset xwayland client changes.pos flag during xwl->wl switch if client is unplaced

fixes some initial client positioning issues
This commit is contained in:
Mike Blumenkrantz 2017-10-30 10:29:33 -04:00
parent 4f8e3acfcf
commit ac49e6de22
1 changed files with 1 additions and 0 deletions

View File

@ -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