projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed2381
)
e_gadcon: use Eina_Bool for one-bit bitfield
author
Stefan Schmidt
<stefan@osg.samsung.com>
Thu, 26 Nov 2015 17:31:02 +0000
(18:31 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/src/bin/e_gadcon.h
b/src/bin/e_gadcon.h
index e709ed784cb42b1f252780ecd6083dbcddca4d48..b95ae7f5a92bc649c90b6286f79e4d8e13681b40 100644
(file)
--- a/
src/bin/e_gadcon.h
+++ b/
src/bin/e_gadcon.h
@@
-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