projects
/
platform
/
core
/
appfw
/
ui-gadget-1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ce94a
)
Fix bit-field data type
42/153242/2
author
Seungha Son
<seungha.son@samsung.com>
Thu, 28 Sep 2017 06:03:56 +0000
(15:03 +0900)
committer
Semun Lee
<semun.lee@samsung.com>
Tue, 10 Oct 2017 04:29:27 +0000
(
04:29
+0000)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Ic27eb0f1d677036fa55283c027c47075454561ad
src/manager.c
patch
|
blob
|
history
diff --git
a/src/manager.c
b/src/manager.c
index 8314c1a61df41eaabf990fac7e07a671384ed880..e7b7f4187bb1618e5300a9c8530c279f966d3cac 100644
(file)
--- a/
src/manager.c
+++ b/
src/manager.c
@@
-69,9
+69,9
@@
struct ug_manager {
int walking;
- int is_initted:1;
- int is_landscape:1;
- int destroy_all:1;
+
unsigned
int is_initted:1;
+
unsigned
int is_landscape:1;
+
unsigned
int destroy_all:1;
struct ug_engine *engine;
};