egl-gdl: struct gdl_plane never was a valid type

The enum for the planes is called gdl_plant_id_t.

https://bugzilla.gnome.org/show_bug.cgi?id=655355
This commit is contained in:
Damien Lespiau 2011-07-22 19:06:11 +03:00
parent a53af153c3
commit 388abe2907
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ struct _CoglDisplay
#endif
#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
struct gdl_plane *gdl_plane;
gdl_plane_id_t gdl_plane;
#endif
void *winsys;

View File

@ -127,7 +127,7 @@ cogl_display_setup (CoglDisplay *display,
#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
void
cogl_gdl_display_set_plane (CoglDisplay *display,
struct gdl_plane *plane)
gdl_plane_id_t plane)
{
g_return_if_fail (display->setup == FALSE);

View File

@ -91,7 +91,7 @@ cogl_display_setup (CoglDisplay *display,
cogl_gdl_display_set_plane_EXP
void
cogl_gdl_display_set_plane (CoglDisplay *display,
struct gdl_plane *plane);
gdl_plane_id_t plane);
#endif
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT