raster pushed a commit to branch master.

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

commit fdaefdbf9a8f518930b2d5f71372d1c52f8b2ee7
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Jul 12 21:04:27 2016 +0900

    efl theme for wayland borders - dont accept events on client swallow
---
 data/elementary/themes/edc/elm/border.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/elementary/themes/edc/elm/border.edc 
b/data/elementary/themes/edc/elm/border.edc
index 2576d0e..744fd36 100644
--- a/data/elementary/themes/edc/elm/border.edc
+++ b/data/elementary/themes/edc/elm/border.edc
@@ -837,7 +837,7 @@ group { name: "elm/border/base/default";
          /*    visible: 0; */
          /* } */
       }
-      part { name: "elm.swallow.client"; type: SWALLOW;
+      part { name: "elm.swallow.client"; type: SWALLOW; mouse_events: 0;
          clip_to: "client_clip";
          description { state: "default" 0.0;
             rel1.relative: 0.0 1.0;

-- 


Reply via email to