From acc58dbdadddbfa58985fdc133ef75a8087ffa1b Mon Sep 17 00:00:00 2001 From: Sangjin Lee Date: Thu, 27 Jul 2017 15:41:44 +0900 Subject: [PATCH] ecore_wayland: fix build warning Change-Id: I825a72b3d4f8681292546926bb5777f31f1b1c91 --- src/lib/ecore_wayland/ecore_wl.c | 2 ++ src/lib/ecore_wayland/ecore_wl_private.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c index cdc802c..e580678 100644 --- a/src/lib/ecore_wayland/ecore_wl.c +++ b/src/lib/ecore_wayland/ecore_wl.c @@ -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; diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index 8e3be5b..98940e2 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h @@ -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; }; -- 2.7.4