projects
/
platform
/
core
/
system
/
swap-probe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34373ef
)
[FIX] in da_event.c fix PACK_UIEVENT (info1: 0->"")
author
Anastasia Lyupa
<a.lyupa@samsung.com>
Tue, 23 Jul 2013 08:20:07 +0000
(12:20 +0400)
committer
Anastasia Lyupa
<a.lyupa@samsung.com>
Tue, 23 Jul 2013 08:20:07 +0000
(12:20 +0400)
probe_event/da_event.c
patch
|
blob
|
history
diff --git
a/probe_event/da_event.c
b/probe_event/da_event.c
index 152377a7622fa460117a6b714dc228d25861a6b0..c283a6b1973b730de89b779eb39219de0156920f 100755
(executable)
--- a/
probe_event/da_event.c
+++ b/
probe_event/da_event.c
@@
-100,7
+100,7
@@
void on_orientation_changed(int angle, bool capi)
API_ID_on_orientation_changed,
"dd", angle, (uint32_t)capi);
PACK_COMMON_END(0, 0, 0);
- PACK_UIEVENT(_EVENT_ORIENTATION, 0, 0, 0,
0
, convert_angle(external_angle));
+ PACK_UIEVENT(_EVENT_ORIENTATION, 0, 0, 0,
""
, convert_angle(external_angle));
FLUSH_LOCAL_BUF();
}