assume that if we can't find a requested stacking client (X) it's going to be at the top of the stack

T908
This commit is contained in:
Mike Blumenkrantz 2014-02-06 21:44:52 -05:00
parent 9356644acc
commit b97d043b25
1 changed files with 2 additions and 0 deletions

View File

@ -1380,6 +1380,8 @@ _e_comp_x_configure(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_
evas_object_stack_above(ec->frame, ec2->frame);
}
}
else
evas_object_layer_set(ec->frame, E_LAYER_CLIENT_PRIO);
}
move = (ec->client.x != ev->x) || (ec->client.y != ev->y);
resize = (ec->client.w != ev->w) || (ec->client.h != ev->h);