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

@ -135,7 +135,7 @@ _e_xinerama_update(void)
}
}
/* now go through all_screens... and build a list of chosen screens */
EINA_LIST_FOREACH(all_screens, l, scr)
EINA_LIST_FOREACH (all_screens, l, scr)
{
Eina_List *ll;
E_Screen *scr2;
@ -205,3 +205,4 @@ _e_xinerama_cb_screen_sort(const void *data1, const void *data2)
}
return dif;
}

View File

@ -27,7 +27,7 @@ typedef struct _E_Event_Zone_Edge E_Event_Zone_Edge;
#ifndef E_ZONE_H
#define E_ZONE_H
#define E_ZONE_TYPE (int) 0xE0b0100d
#define E_ZONE_TYPE (int)0xE0b0100d
struct _E_Zone
{
@ -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;
};