Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.h 


Log Message:


indenting

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.h,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -3 -r1.140 -r1.141
--- e_border.h  16 Jun 2006 08:50:42 -0000      1.140
+++ e_border.h  19 Jun 2006 17:13:56 -0000      1.141
@@ -101,18 +101,18 @@
    E_Object             e_obj_inherit;
 
    struct {
-       struct {
-            int x, y, w, h;
-            int mx, my;
-       } current, last_down[3], last_up[3];
+      struct {
+        int x, y, w, h;
+        int mx, my;
+      } current, last_down[3], last_up[3];
    } mouse;
-
+   
    struct {
-       struct {
-            int x, y, w, h;
-            int mx, my;
-            int button;
-       } down;
+      struct {
+        int x, y, w, h;
+        int mx, my;
+        int button;
+      } down;
    } moveinfo;
 
    Ecore_X_Window  win;




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to