clutter: Remove deprecated clutter_egl{,x}_display
https://gitlab.gnome.org/GNOME/mutter/merge_requests/452
This commit is contained in:
parent
909464f749
commit
d39211f438
@ -264,40 +264,6 @@ clutter_backend_egl_native_new (void)
|
|||||||
return g_object_new (CLUTTER_TYPE_BACKEND_EGL_NATIVE, NULL);
|
return g_object_new (CLUTTER_TYPE_BACKEND_EGL_NATIVE, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* clutter_eglx_display:
|
|
||||||
*
|
|
||||||
* Retrieves the EGL display used by Clutter.
|
|
||||||
*
|
|
||||||
* Return value: the EGL display, or 0
|
|
||||||
*
|
|
||||||
* Since: 0.6
|
|
||||||
*
|
|
||||||
* Deprecated: 1.6: Use clutter_egl_get_egl_display() instead.
|
|
||||||
*/
|
|
||||||
EGLDisplay
|
|
||||||
clutter_eglx_display (void)
|
|
||||||
{
|
|
||||||
return clutter_egl_get_egl_display ();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* clutter_egl_display:
|
|
||||||
*
|
|
||||||
* Retrieves the EGL display used by Clutter.
|
|
||||||
*
|
|
||||||
* Return value: the EGL display used by Clutter, or 0
|
|
||||||
*
|
|
||||||
* Since: 0.6
|
|
||||||
*
|
|
||||||
* Deprecated: 1.6: Use clutter_egl_get_egl_display() instead.
|
|
||||||
*/
|
|
||||||
EGLDisplay
|
|
||||||
clutter_egl_display (void)
|
|
||||||
{
|
|
||||||
return clutter_egl_get_egl_display ();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_egl_get_egl_display:
|
* clutter_egl_get_egl_display:
|
||||||
*
|
*
|
||||||
|
@ -48,33 +48,6 @@
|
|||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
|
||||||
* clutter_eglx_display:
|
|
||||||
*
|
|
||||||
* Retrieves the #EGLDisplay used by Clutter,
|
|
||||||
* if Clutter has been compiled with EGL and X11 support.
|
|
||||||
*
|
|
||||||
* Return value: the EGL display
|
|
||||||
*
|
|
||||||
* Since: 0.4
|
|
||||||
*
|
|
||||||
* Deprecated: 1.6: Use clutter_egl_get_egl_display() instead
|
|
||||||
*/
|
|
||||||
CLUTTER_DEPRECATED_FOR(clutter_egl_get_egl_display)
|
|
||||||
EGLDisplay clutter_eglx_display (void);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* clutter_egl_display:
|
|
||||||
*
|
|
||||||
* Retrieves the #EGLDisplay used by Clutter
|
|
||||||
*
|
|
||||||
* Return value: the EGL display
|
|
||||||
*
|
|
||||||
* Deprecated: 1.6: Use clutter_egl_get_egl_display() instead
|
|
||||||
*/
|
|
||||||
CLUTTER_DEPRECATED_FOR(clutter_egl_get_egl_display)
|
|
||||||
EGLDisplay clutter_egl_display (void);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_egl_get_egl_display:
|
* clutter_egl_get_egl_display:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user