only check for frame input cutting if window is not borderless
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Fri, 30 Aug 2013 10:00:55 +0000 (11:00 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Fri, 30 Aug 2013 10:00:55 +0000 (11:00 +0100)
src/bin/e_comp.c

index c36484f..aa29677 100644 (file)
@@ -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)
                {