From 3114e63faf0c62851c3b727e56ee8813fc29abd8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 20 Jan 2014 13:54:58 +0000 Subject: [PATCH] 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. --- src/modules/tiling/e_mod_tiling.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index 94f3a2a74..cb8cd3e37 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -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)