e_gadcon: use Eina_Bool for one-bit bitfield

Make sure we are using a unsigned var here. Best go with a Eina_Bool directly.
This commit is contained in:
Stefan Schmidt 2015-11-26 18:31:02 +01:00 committed by Mike Blumenkrantz
parent b266264b09
commit 7da17dc3ed
1 changed files with 1 additions and 1 deletions

View 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