From f6c96c65e3e84e8f93184a93efb92be3c5835193 Mon Sep 17 00:00:00 2001 From: junkyu han Date: Thu, 16 Jun 2016 15:24:51 +0900 Subject: [PATCH] Fixed wrong API Change-Id: I4e2fb23bbafe0a08a728ad98fe38ed572fca5900 --- src/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control.c b/src/control.c index 454c184..238ffec 100755 --- 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); -- 2.7.4