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
This commit is contained in:
Mike Blumenkrantz 2015-07-22 17:10:49 -04:00
parent ae1fc10d06
commit 0b66c2d841
1 changed files with 1 additions and 0 deletions

View File

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