devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1a38e1a9f43c3c136717ef3611c5cd87503fa0a0

commit 1a38e1a9f43c3c136717ef3611c5cd87503fa0a0
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Sep 30 12:44:03 2015 -0400

    ecore-wl2: Don't use bitfields for public structure
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_wl2/Ecore_Wl2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index 017e160..c2e9614 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -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

-- 


Reply via email to