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:
parent
a53af153c3
commit
388abe2907
@ -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;
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user