projects
/
platform
/
core
/
appfw
/
widget-viewer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517daaf
)
Fix initial viewer visibility value
author
hyunho
<hhstark.kang@samsung.com>
Thu, 21 Jun 2018 05:21:24 +0000
(14:21 +0900)
committer
hyunho
<hhstark.kang@samsung.com>
Thu, 21 Jun 2018 06:43:08 +0000
(15:43 +0900)
Change-Id: I596948c9894b1b0d22666496276b54a8b509b534
Signed-off-by: hyunho <hhstark.kang@samsung.com>
watch-control/src/control.c
patch
|
blob
|
history
diff --git
a/watch-control/src/control.c
b/watch-control/src/control.c
index f7f652973ff5c84ae6012503497944eff8aca7dd..993302608fe92fcb5fea989b5c7664a0c25df2be 100755
(executable)
--- a/
watch-control/src/control.c
+++ b/
watch-control/src/control.c
@@
-76,7
+76,7
@@
static guint __manual_render_timer;
static Ecore_Event_Handler *__iconify_change;
static bool __is_bound = false;
static bool __iconified = false;
-static int __viewer_visibility = AUL_SCREEN_STATUS_
RESUM
E;
+static int __viewer_visibility = AUL_SCREEN_STATUS_
PAUS
E;
static GList *__dead_cbs;
struct dead_cb_s {