discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=85480938cdc13ba456c4c929de83a9d0b200479f

commit 85480938cdc13ba456c4c929de83a9d0b200479f
Author: Mike Blumenkrantz <[email protected]>
Date:   Sun Dec 1 17:27:40 2013 -0500

    raise fullscreen borders before entering nocomp
---
 src/bin/e_comp.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index feb6f7b..dd36267 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1158,6 +1158,9 @@ _e_comp_cb_nocomp_begin(E_Comp *c)
    cwf = _e_comp_fullscreen_check(c);
    if (!cwf) return;
 
+   if (cwf->bd)
+     e_border_raise(cwf->bd);
+
    EINA_INLIST_FOREACH(c->wins, cw)
      {
         _e_comp_win_release(cw);

-- 


Reply via email to