e_mod_wl: fixed bug - chanaged the order of paramates 5th and 6th in _tzlaunchimg_ifa... 02/66302/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 18 Apr 2016 08:27:05 +0000 (17:27 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 18 Apr 2016 08:27:05 +0000 (17:27 +0900)
Change-Id: Ib16753b42f5c91ba950a967a8168e1e04e2c46d9

src/e_mod_wl.c

index 4f47176..d360214 100644 (file)
@@ -3400,7 +3400,7 @@ _tzlaunchimg_iface_cb_destroy(struct wl_client *client EINA_UNUSED, struct wl_re
 }
 
 static void
-_tzlaunchimg_iface_cb_launch(struct wl_client *client EINA_UNUSED, struct wl_resource *res_tzlaunchimg, const char *pfname, uint32_t ftype, uint32_t indicator, uint32_t angle)
+_tzlaunchimg_iface_cb_launch(struct wl_client *client EINA_UNUSED, struct wl_resource *res_tzlaunchimg, const char *pfname, uint32_t ftype, uint32_t angle, uint32_t indicator)
 {
    Pol_Wl_Tzlaunch_Img *tzlaunchimg;
    Evas_Load_Error err;