suuuuuper don't restack layer markers

This commit is contained in:
Mike Blumenkrantz 2014-01-23 11:42:22 -05:00
parent b10f81de08
commit 525a342b2e
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ _e_comp_x_client_stack(E_Client *ec)
Eina_List *l;
if (ec->override && (!ec->internal)) return; //can't restack these
if (e_client_util_is_stacking(ec)) return;
if (ec->comp_data->unredirected_single) return;
ecore_x_window_shadow_tree_flush();