e_gadcon: use Eina_Bool for one-bit bitfield
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 17:31:02 +0000 (18:31 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 17:31:02 +0000 (18:31 +0100)
Make sure we are using a unsigned var here. Best go with a Eina_Bool directly.

src/bin/e_gadcon.h

index e709ed784cb42b1f252780ecd6083dbcddca4d48..b95ae7f5a92bc649c90b6286f79e4d8e13681b40 100644 (file)
@@ -194,7 +194,7 @@ struct _E_Gadcon_Client
       int seq, flags;   /* goes to save */
       int state, resist;
       int prev_pos, prev_size;
-      int want_save : 1;
+      Eina_Bool want_save : 1;
    } state_info;
 
    struct