Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_bindings.c 


Log Message:


right mouse on resize handles moves - as per old e16 :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_bindings.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_bindings.c        22 Sep 2005 16:36:59 -0000      1.18
+++ e_bindings.c        22 Sep 2005 16:40:16 -0000      1.19
@@ -165,6 +165,13 @@
                        "mouse,up,1", "resize_*", E_BINDING_MODIFIER_NONE, 1, 
                        "window_resize", "end");
 
+   e_bindings_signal_add(E_BINDING_CONTEXT_BORDER,
+                       "mouse,down,3", "resize_*", E_BINDING_MODIFIER_NONE, 1, 
+                       "window_move", "");
+   e_bindings_signal_add(E_BINDING_CONTEXT_BORDER,
+                       "mouse,up,3", "resize_*", E_BINDING_MODIFIER_NONE, 1, 
+                       "window_move", "end");
+   
    return 1;
 }
 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to