mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
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
|
#endif
|
||||||
|
|
||||||
#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
|
#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
|
||||||
struct gdl_plane *gdl_plane;
|
gdl_plane_id_t gdl_plane;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void *winsys;
|
void *winsys;
|
||||||
|
@ -127,7 +127,7 @@ cogl_display_setup (CoglDisplay *display,
|
|||||||
#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
|
#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
|
||||||
void
|
void
|
||||||
cogl_gdl_display_set_plane (CoglDisplay *display,
|
cogl_gdl_display_set_plane (CoglDisplay *display,
|
||||||
struct gdl_plane *plane)
|
gdl_plane_id_t plane)
|
||||||
{
|
{
|
||||||
g_return_if_fail (display->setup == FALSE);
|
g_return_if_fail (display->setup == FALSE);
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ cogl_display_setup (CoglDisplay *display,
|
|||||||
cogl_gdl_display_set_plane_EXP
|
cogl_gdl_display_set_plane_EXP
|
||||||
void
|
void
|
||||||
cogl_gdl_display_set_plane (CoglDisplay *display,
|
cogl_gdl_display_set_plane (CoglDisplay *display,
|
||||||
struct gdl_plane *plane);
|
gdl_plane_id_t plane);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
|
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user