From bc6711b229bc1e49353eb4badc60c66a1b2c4198 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 15 Nov 2013 08:10:15 +0000 Subject: [PATCH] Add function prototype for _ecore_evas_wl_common_resize Signed-off-by: Chris Michael --- .../ecore_evas/engines/wayland/ecore_evas_wayland_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h index 8de0887222..11c405eb1b 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h @@ -53,6 +53,7 @@ void _ecore_evas_wl_common_callback_focus_out_set(Ecore_Evas *ee, void (*func)(E void _ecore_evas_wl_common_callback_mouse_in_set(Ecore_Evas *ee, void (*func)(Ecore_Evas *ee)); void _ecore_evas_wl_common_callback_mouse_out_set(Ecore_Evas *ee, void (*func)(Ecore_Evas *ee)); void _ecore_evas_wl_common_move(Ecore_Evas *ee, int x, int y); +void _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h); void _ecore_evas_wl_common_raise(Ecore_Evas *ee); void _ecore_evas_wl_common_title_set(Ecore_Evas *ee, const char *title); void _ecore_evas_wl_common_name_class_set(Ecore_Evas *ee, const char *n, const char *c);