projects
/
apps
/
native
/
volume-app.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b999bd
)
Fixed wrong API
35/74935/1
accepted/tizen_ivi
accepted/tizen/common/20160623.154407
accepted/tizen/ivi/20160623.124326
accepted/tizen/mobile/20160623.124307
submit/accepted/tizen_common/20160616.063453
submit/accepted/tizen_common/20160622.223009
submit/tizen/20160623.052132
author
junkyu han
<junkyu.han@samsung.com>
Thu, 16 Jun 2016 06:24:51 +0000
(15:24 +0900)
committer
junkyu han
<junkyu.han@samsung.com>
Thu, 16 Jun 2016 06:24:51 +0000
(15:24 +0900)
Change-Id: I4e2fb23bbafe0a08a728ad98fe38ed572fca5900
src/control.c
patch
|
blob
|
history
diff --git
a/src/control.c
b/src/control.c
index
454c184
..
238ffec
100755
(executable)
--- a/
src/control.c
+++ b/
src/control.c
@@
-639,7
+639,7
@@
void volume_service_region_set(Evas_Object *win, Eina_Bool is_warning_visible)
rect = tzsh_region_create(tzsh);
ret_if(!rect);
- tzsh_region_add(rect, x, y,
h, w
);
+ tzsh_region_add(rect, x, y,
w, h
);
_D("shape x: %d, y: %d, w: %d, h: %d", x, y, w, h);
ret = tzsh_volume_service_content_region_set(volume_service, current_angle, rect);
_D("The result of volume region set is : %d", ret);