discomfitor pushed a commit to branch master.

commit a55c3b122eb25f896ebb91deb28fe666a3ec2630
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Aug 30 11:00:55 2013 +0100

    only check for frame input cutting if window is not borderless
---
 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 c36484f..aa29677 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3883,7 +3883,7 @@ 
_e_comp_shapes_update_comp_win_shape_comp_helper(E_Comp_Win *cw, Eina_Tiler *tb)
      }
    else
      {
-        if (cw->bd)
+        if (cw->bd && (!cw->bd->borderless))
           {
              if (cw->bd->client_inset.calc)
                {

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to