diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-11-15 08:10:15 +0000 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2013-11-15 08:10:15 +0000 |
commit | bc6711b229bc1e49353eb4badc60c66a1b2c4198 (patch) | |
tree | 25626b04b8f28d2ee6143ab05a97afaf670c21eb | |
parent | d3022ad700a5b75c8c758db551b8848d3b8563c9 (diff) |
Add function prototype for _ecore_evas_wl_common_resize
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
53 | void _ecore_evas_wl_common_callback_mouse_in_set(Ecore_Evas *ee, void (*func)(Ecore_Evas *ee)); | 53 | void _ecore_evas_wl_common_callback_mouse_in_set(Ecore_Evas *ee, void (*func)(Ecore_Evas *ee)); |
54 | void _ecore_evas_wl_common_callback_mouse_out_set(Ecore_Evas *ee, void (*func)(Ecore_Evas *ee)); | 54 | void _ecore_evas_wl_common_callback_mouse_out_set(Ecore_Evas *ee, void (*func)(Ecore_Evas *ee)); |
55 | void _ecore_evas_wl_common_move(Ecore_Evas *ee, int x, int y); | 55 | void _ecore_evas_wl_common_move(Ecore_Evas *ee, int x, int y); |
56 | void _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h); | ||
56 | void _ecore_evas_wl_common_raise(Ecore_Evas *ee); | 57 | void _ecore_evas_wl_common_raise(Ecore_Evas *ee); |
57 | void _ecore_evas_wl_common_title_set(Ecore_Evas *ee, const char *title); | 58 | void _ecore_evas_wl_common_title_set(Ecore_Evas *ee, const char *title); |
58 | void _ecore_evas_wl_common_name_class_set(Ecore_Evas *ee, const char *n, const char *c); | 59 | void _ecore_evas_wl_common_name_class_set(Ecore_Evas *ee, const char *n, const char *c); |