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:
dbfa968
)
clamp client to ABOVE layer when ending nocomp
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 10 Nov 2015 17:59:26 +0000
(12:59 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 10 Nov 2015 17:59:26 +0000
(12:59 -0500)
should fix case where an "Always on Top" window toggles fullscreen
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index ce2d1e577595b6484f275ff43d62c4dea7b411ae..5d28691b74a803511b0246c92477d3b4a606dd9d 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_
NORMAL
);
+ E_Layer layer = MAX(e_comp->nocomp_ec->saved.layer, E_LAYER_CLIENT_
ABOVE
);
Eina_Bool fs;
fs = e_comp->nocomp_ec->fullscreen;