Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
We might want to drag more things on the border.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -3 -r1.156 -r1.157
--- e_border.c  26 Apr 2005 09:36:18 -0000      1.156
+++ e_border.c  27 Apr 2005 06:34:30 -0000      1.157
@@ -1954,10 +1954,13 @@
 {
    E_Border *bd;
 
-   bd = data;
-   bd->drag.start = 1;
-   bd->drag.x = -1;
-   bd->drag.y = -1;
+   if (!strcmp(source, "icon"))
+     {
+       bd = data;
+       bd->drag.start = 1;
+       bd->drag.x = -1;
+       bd->drag.y = -1;
+     }
 }
 
 static int




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to