From: junkyu han Date: Thu, 16 Jun 2016 06:24:51 +0000 (+0900) Subject: Fixed wrong API X-Git-Tag: accepted/tizen/mobile/20160623.124307 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Fmobile%2F20160623.124307;p=apps%2Fnative%2Fvolume-app.git Fixed wrong API Change-Id: I4e2fb23bbafe0a08a728ad98fe38ed572fca5900 --- 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);