summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2013-12-01 17:27:40 -0500
committerMike Blumenkrantz <zmike@samsung.com>2013-12-01 17:27:40 -0500
commit85480938cdc13ba456c4c929de83a9d0b200479f (patch)
tree03a671b5cbf23282ac88cc310a7f94b34411f2b9
parentbcabf5fdd3d6b093d1db845b62778b462682cd2b (diff)
downloadenlightenment-85480938cdc13ba456c4c929de83a9d0b200479f.tar.gz
raise fullscreen borders before entering nocomp
-rw-r--r--src/bin/e_comp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index feb6f7bb74..dd362671b1 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);