indenting

SVN revision: 23501
This commit is contained in:
Carsten Haitzler 2006-06-19 17:13:56 +00:00
parent 45de1acfed
commit c025903109
1 changed files with 10 additions and 10 deletions

View File

@ -101,18 +101,18 @@ struct _E_Border
E_Object e_obj_inherit; E_Object e_obj_inherit;
struct { struct {
struct { struct {
int x, y, w, h; int x, y, w, h;
int mx, my; int mx, my;
} current, last_down[3], last_up[3]; } current, last_down[3], last_up[3];
} mouse; } mouse;
struct { struct {
struct { struct {
int x, y, w, h; int x, y, w, h;
int mx, my; int mx, my;
int button; int button;
} down; } down;
} moveinfo; } moveinfo;
Ecore_X_Window win; Ecore_X_Window win;