discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=83eebacb5d6811daa94782f7fd5a6ff52ba57fe0

commit 83eebacb5d6811daa94782f7fd5a6ff52ba57fe0
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon May 18 13:19:56 2015 -0400

    allow new fullscreening clients to replace current nocomp where applicable
---
 src/bin/e_client.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index d08a408..e70a280 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -3823,6 +3823,8 @@ e_client_fullscreen(E_Client *ec, E_Fullscreen policy)
         ec->need_fullscreen = 1;
         return;
      }
+   if (e_comp->nocomp_ec && (ec->desk == e_comp->nocomp_ec->desk))
+     e_comp->nocomp_ec = ec;
    ec->desk->fullscreen_clients = 
eina_list_append(ec->desk->fullscreen_clients, ec);
    ec->pre_res_change.valid = 0;
 

-- 


Reply via email to