From: devilhorns Date: Wed, 11 Jan 2012 13:04:55 +0000 (+0000) Subject: Ecore_Evas: Update header file (remove dead commented code). X-Git-Tag: 2.0_alpha~86^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4189a7db44ac83a25b22f5703899cb9562090768;p=framework%2Fuifw%2Fecore.git Ecore_Evas: Update header file (remove dead commented code). Uncomment ecore_evas_wayland_egl function. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67080 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 8f4e64a..ce903f0 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -148,10 +148,6 @@ typedef struct _Ecore_WinCE_Window Ecore_WinCE_Window; typedef struct _Ecore_Cocoa_Window Ecore_Cocoa_Window; #endif -#ifndef _ECORE_WAYLAND_H_ -typedef struct _Ecore_Wl_Window Ecore_Wl_Window; -#endif - #ifndef _ECORE_EVAS_PRIVATE_H /* basic data types */ typedef struct _Ecore_Evas Ecore_Evas; @@ -698,7 +694,7 @@ EAPI Ecore_Evas *ecore_evas_directfb_new(const char *disp_name, int windowed EAPI Ecore_DirectFB_Window *ecore_evas_directfb_window_get(const Ecore_Evas *ee); EAPI Ecore_Evas *ecore_evas_wayland_shm_new(const char *disp_name, int x, int y, int w, int h, int frame); -//EAPI Ecore_Evas *ecore_evas_wayland_egl_new(const char *disp_name, int x, int y, int w, int h, int frame); +EAPI Ecore_Evas *ecore_evas_wayland_egl_new(const char *disp_name, int x, int y, int w, int h, int frame); EAPI void ecore_evas_wayland_shm_resize(Ecore_Evas *ee, int location); /**