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