ecore-wl2: Don't use bitfields for public structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-09-30 12:44:03 -04:00
parent 41f6e1f505
commit 1a38e1a9f4
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ typedef struct _Ecore_Wl2_Event_Selection_Data_Ready
{
char *data;
int len;
Eina_Bool done : 1;
Eina_Bool done;
} Ecore_Wl2_Event_Selection_Data_Ready;
typedef struct _Ecore_Wl2_Event_Window_Configure