From 17b8c59425a67e2b38baf45517cd57f9d0c0a83e Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 11 Jan 2012 23:28:01 +0000 Subject: [PATCH] Evas (wayland_egl): Use a more descriptive name for the engine info structure. SVN revision: 67099 --- .../modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/legacy/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h b/legacy/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h index f7a59329ad..92ffe25c0f 100644 --- a/legacy/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h +++ b/legacy/evas/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 {