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

fixes some initial client positioning issues
devs/bu5hm4n/sandbox_fix
Mike Blumenkrantz 6 years ago
parent 4f8e3acfcf
commit ac49e6de22
  1. 1
      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

Loading…
Cancel
Save