wl_desktop_shell: fix implementation function's parameter for xdg_shell_get_xdg_popup
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 11 Nov 2015 05:26:39 +0000 (14:26 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 11 Nov 2015 05:26:39 +0000 (14:26 +0900)
Change-Id: I7f82e7a13e42d85bc71bf1971efae76a79195cdd

src/modules/wl_desktop_shell/e_mod_main.c

index 78db5c3..d785035 100644 (file)
@@ -1278,7 +1278,7 @@ static const struct xdg_popup_interface _e_xdg_popup_interface =
 };
 
 static void
-_e_xdg_shell_cb_popup_get(struct wl_client *client, struct wl_resource *resource EINA_UNUSED, uint32_t id, struct wl_resource *surface_resource, struct wl_resource *parent_resource, struct wl_resource *seat_resource EINA_UNUSED, uint32_t serial EINA_UNUSED, int32_t x, int32_t y, uint32_t flags EINA_UNUSED)
+_e_xdg_shell_cb_popup_get(struct wl_client *client, struct wl_resource *resource EINA_UNUSED, uint32_t id, struct wl_resource *surface_resource, struct wl_resource *parent_resource, struct wl_resource *seat_resource EINA_UNUSED, uint32_t serial EINA_UNUSED, int32_t x, int32_t y)
 {
    E_Pixmap *ep;
    E_Client *ec;