formatting

SVN revision: 71577
This commit is contained in:
Mike Blumenkrantz 2012-05-31 10:12:03 +00:00
parent df6ccc8374
commit 89da028fe0
3 changed files with 182 additions and 175 deletions

View File

@ -205,3 +205,4 @@ _e_xinerama_cb_screen_sort(const void *data1, const void *data2)
}
return dif;
}

View File

@ -53,17 +53,20 @@ struct _E_Zone
Eina_List *handlers;
struct {
struct
{
unsigned char switching : 1;
E_Shelf *es;
E_Event_Zone_Edge *ev;
E_Binding_Edge *bind;
} flip;
struct {
struct
{
Ecore_X_Window top, right, bottom, left;
} edge;
struct {
struct
{
Ecore_X_Window left_top, top_left, top_right, right_top,
right_bottom, bottom_right, bottom_left, left_bottom;
} corner;
@ -77,7 +80,8 @@ struct _E_Zone
int black_need;
int id;
struct {
struct
{
int x, y, w, h;
Eina_Bool dirty : 1;
} useful_geometry;
@ -105,10 +109,12 @@ struct _E_Event_Zone_Del
struct _E_Event_Pointer_Warp
{
struct {
struct
{
int x, y;
} prev;
struct {
struct
{
int x, y;
} curr;
};