projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6bbe0
)
Revert "clamp client to ABOVE layer when ending nocomp"
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 10 Nov 2015 18:32:02 +0000
(13:32 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 10 Nov 2015 18:34:02 +0000
(13:34 -0500)
This reverts commit
8c6bbe0d44e7355a43e40062baed73ac013c03a6
.
This Breaks Everything™.
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index 5d28691b74a803511b0246c92477d3b4a606dd9d..ce2d1e577595b6484f275ff43d62c4dea7b411ae 100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-354,7
+354,7
@@
_e_comp_nocomp_end(void)
_e_comp_cb_nocomp_end();
if (e_comp->nocomp_ec)
{
- E_Layer layer = MAX(e_comp->nocomp_ec->saved.layer, E_LAYER_CLIENT_
ABOVE
);
+ E_Layer layer = MAX(e_comp->nocomp_ec->saved.layer, E_LAYER_CLIENT_
NORMAL
);
Eina_Bool fs;
fs = e_comp->nocomp_ec->fullscreen;