discomfitor pushed a commit to branch master.

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

commit bcabf5fdd3d6b093d1db845b62778b462682cd2b
Author: Mike Blumenkrantz <[email protected]>
Date:   Sun Dec 1 11:58:58 2013 -0500

    add more borderless checks for shape cutting to catch weirdly-set 
borderless windows
    
    ticket #onefang
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 5e2f3be..feb6f7b 100644
--- 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)
                {

-- 


Reply via email to