don't reset wayland surface geometry for overrides

This commit is contained in:
Mike Blumenkrantz 2015-07-29 15:38:17 -04:00
parent 01ba4eea55
commit 1496b3db7b
1 changed files with 1 additions and 1 deletions

View File

@ -1087,7 +1087,7 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
if (ec->new_client)
ec->placed = placed;
else if ((first) && (ec->placed) && (!ec->internal))
else if ((first) && (ec->placed) && (!ec->internal) && (!ec->override))
{
ec->x = ec->y = 0;
ec->placed = EINA_FALSE;