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:
b3bc99d
)
add more borderless checks for shape cutting to catch weirdly-set borderless windows
author
Mike Blumenkrantz
<zmike@samsung.com>
Sun, 1 Dec 2013 16:58:58 +0000
(11:58 -0500)
committer
Mike Blumenkrantz
<zmike@samsung.com>
Sun, 1 Dec 2013 16:58:58 +0000
(11:58 -0500)
ticket #onefang
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index
5e2f3be
..
feb6f7b
100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-3992,7
+3992,7
@@
_e_comp_shapes_update_comp_win_shape_comp_helper(E_Comp_Win *cw, Eina_Tiler *tb)
}
else
{
- if (cw->bd && (!cw->bd->borderless))
+ if (cw->bd && (!cw->bd->borderless)
&& (!_e_comp_win_is_borderless(cw))
)
{
if (cw->bd->client_inset.calc)
{