Tiling2: Don't set client layers.

This fixes some of the input region issues I was having.
The bug is still in e, but this solves some stuff.
This commit is contained in:
Tom Hacohen 2014-01-20 13:54:58 +00:00
parent 1e3f71af71
commit 3114e63faf
1 changed files with 0 additions and 3 deletions

View File

@ -428,9 +428,6 @@ _add_client(E_Client *ec)
extra->tiled = EINA_TRUE;
/* Stack tiled window below so that winlist doesn't mix up stacking */
evas_object_layer_set(ec->frame, E_LAYER_CLIENT_BELOW);
DBG("adding %p", ec);
if (ec->maximized)