evas evas_common.h: Fixed spacing and removed trailing whitespaces.

SVN revision: 62367
This commit is contained in:
Daniel Juyung Seo 2011-08-12 01:52:29 +00:00
parent 25a6b8c980
commit fbf38b63ed
1 changed files with 9 additions and 9 deletions

View File

@ -166,10 +166,10 @@ extern EAPI int _evas_log_dom_global;
# define LKDBG(x)
/* for rwlocks */
#define RWLK(x)
#define RWLKI(x)
#define RWLK(x)
#define RWLKI(x)
#define RWLKD(x)
#define RDLKL(x)
#define RDLKL(x)
#define WRLKL(x)
#define RWLKU(x)
@ -356,7 +356,7 @@ typedef unsigned short DATA16;
typedef unsigned char DATA8;
typedef struct _Image_Entry Image_Entry;
typedef struct _Image_Entry_Flags Image_Entry_Flags;
typedef struct _Image_Entry_Flags Image_Entry_Flags;
typedef struct _Image_Entry_Frame Image_Entry_Frame;
typedef struct _Image_Timestamp Image_Timestamp;
typedef struct _Engine_Image_Entry Engine_Image_Entry;
@ -499,12 +499,12 @@ struct _Image_Entry_Flags
Eina_Bool in_progress : 1;
Eina_Bool dirty : 1;
Eina_Bool activ : 1;
Eina_Bool need_data : 1;
Eina_Bool lru_nodata : 1;
Eina_Bool cached : 1;
Eina_Bool alpha : 1;
Eina_Bool lru : 1;
Eina_Bool alpha_sparse : 1;
#ifdef BUILD_ASYNC_PRELOAD
@ -537,7 +537,7 @@ struct _Image_Timestamp
ino_t ino;
#ifdef _STAT_VER_LINUX
unsigned long int mtime_nsec;
#endif
#endif
};
struct _Image_Entry
@ -789,7 +789,7 @@ struct _RGBA_Image
#if 0 // filtering disabled
Eina_List *filtered;
#endif
struct {
LK(lock);
Eina_List *list;
@ -804,7 +804,7 @@ struct _RGBA_Image
struct {
pixman_image_t *im;
} pixman;
#endif
#endif
};
struct _RGBA_Polygon_Point