Evas (wayland_egl): Use a more descriptive name for the engine info
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 23:28:01 +0000 (23:28 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 23:28:01 +0000 (23:28 +0000)
structure.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@67099 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h

index f7a5932..92ffe25 100644 (file)
@@ -3,9 +3,9 @@
 
 #include <wayland-client.h>
 
-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 {