devilhorns pushed a commit to branch master.

commit edee41f19114a8a69e9481546bdcbb9f995604c0
Author: Chris Michael <[email protected]>
Date:   Wed Aug 28 14:24:23 2013 +0100

    Add mouse_up on titlebar of wayland border so we can unset any move
    cursors.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 edje/edc/elm/border.edc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/edje/edc/elm/border.edc b/edje/edc/elm/border.edc
index 2cd91c2..1707272 100644
--- a/edje/edc/elm/border.edc
+++ b/edje/edc/elm/border.edc
@@ -1568,6 +1568,10 @@ group { name: "elm/border/base/default";
          action: SIGNAL_EMIT "elm,action,move,start" "elm";
       }
       program {
+         signal: "mouse,up,1"; source: "e.event.titlebar";
+         action: SIGNAL_EMIT "elm,action,move,stop" "elm";
+      }
+      program {
          signal: "mouse,clicked,1"; source: "e.event.minimize";
          action: SIGNAL_EMIT "elm,action,minimize" "elm";
       }

-- 

------------------------------------------------------------------------------
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