From: devilhorns Date: Wed, 11 Jan 2012 23:28:01 +0000 (+0000) Subject: Evas (wayland_egl): Use a more descriptive name for the engine info X-Git-Tag: accepted/2.0/20130306.225542~151^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb53987d53361b702c08d2dfa469d9f73275c99f;p=profile%2Fivi%2Fevas.git Evas (wayland_egl): Use a more descriptive name for the engine info structure. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@67099 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h b/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h index f7a5932..92ffe25 100644 --- a/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h +++ b/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h @@ -3,9 +3,9 @@ #include -typedef struct _Evas_Engine_Info_GL_Wl Evas_Engine_Info_GL_Wl; +typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl; -struct _Evas_Engine_Info_GL_Wl +struct _Evas_Engine_Info_Wayland_Egl { /* PRIVATE - don't mess with this baby or evas will poke its tongue out */ /* at you and make nasty noises */ @@ -23,9 +23,7 @@ struct _Evas_Engine_Info_GL_Wl /* engine specific function calls to query stuff about the destination */ /* engine (what visual & colormap & depth to use, performance info etc. */ struct { -// Visual * (*best_visual_get) (Evas_Engine_Info_GL_X11 *einfo); -// Colormap (*best_colormap_get) (Evas_Engine_Info_GL_X11 *einfo); - int (*best_depth_get) (Evas_Engine_Info_GL_Wl *einfo); + int (*best_depth_get) (Evas_Engine_Info_Wayland_Egl *einfo); } func; struct {