ecore_wayland: fix build warning 35/140935/2
authorSangjin Lee <lsj119@samsung.com>
Thu, 27 Jul 2017 06:41:44 +0000 (15:41 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 27 Jul 2017 07:38:12 +0000 (07:38 +0000)
Change-Id: I825a72b3d4f8681292546926bb5777f31f1b1c91

src/lib/ecore_wayland/ecore_wl.c
src/lib/ecore_wayland/ecore_wl_private.h

index cdc802c..e580678 100644 (file)
@@ -71,6 +71,8 @@ static void _ecore_wl_cb_clipboard_data_only_allowed(void *data EINA_UNUSED, str
 static void _ecore_wl_cb_ignore_output_transform(void *data EINA_UNUSED, struct tizen_screen_rotation *tizen_screen_rotation EINA_UNUSED, struct wl_surface *surface, uint32_t ignore);
 
 static void _ecore_wl_log_cb_print(const char *format, va_list args);
+extern void _ecore_wl_window_aux_hint_free(Ecore_Wl_Window *win);
+
 /* local variables */
 static int _ecore_wl_init_count = 0;
 static Eina_Bool _ecore_wl_animator_busy = EINA_FALSE;
index 8e3be5b..98940e2 100644 (file)
@@ -255,7 +255,7 @@ struct _Ecore_Wl_Window
 
    void *data;
 
-   void (*cb_rot_changed)(int win_id, int rot, Eina_Bool resize, int w, int h, void *data);
+   void (*cb_rot_changed)(Ecore_Wl_Window *win, int rot, Eina_Bool resize, int w, int h, void *data);
    void *cb_rot_changed_data;
 };