devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=bc6711b229bc1e49353eb4badc60c66a1b2c4198

commit bc6711b229bc1e49353eb4badc60c66a1b2c4198
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Nov 15 08:10:15 2013 +0000

    Add function prototype for _ecore_evas_wl_common_resize
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/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 8de0887..11c405e 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);

-- 


Reply via email to