mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
fix namespace for cogl_context_egl_get_egl_context
This renames cogl_context_egl_get_egl_context to cogl_egl_context_get_egl_context to be consistent with other platform specific APIs. Signed-off-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
09e7174b1d
commit
c3b91da414
@ -500,7 +500,7 @@ _cogl_context_get_default (void)
|
|||||||
|
|
||||||
#ifdef COGL_HAS_EGL_SUPPORT
|
#ifdef COGL_HAS_EGL_SUPPORT
|
||||||
EGLDisplay
|
EGLDisplay
|
||||||
cogl_context_egl_get_egl_display (CoglContext *context)
|
cogl_egl_context_get_egl_display (CoglContext *context)
|
||||||
{
|
{
|
||||||
const CoglWinsysVtable *winsys = _cogl_context_get_winsys (context);
|
const CoglWinsysVtable *winsys = _cogl_context_get_winsys (context);
|
||||||
|
|
||||||
|
@ -62,9 +62,9 @@ cogl_context_new (CoglDisplay *display,
|
|||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
#ifdef COGL_HAS_EGL_SUPPORT
|
#ifdef COGL_HAS_EGL_SUPPORT
|
||||||
#define cogl_context_egl_get_egl_display cogl_context_egl_get_egl_display_EXP
|
#define cogl_egl_context_get_egl_display cogl_egl_context_get_egl_display_EXP
|
||||||
EGLDisplay
|
EGLDisplay
|
||||||
cogl_context_egl_get_egl_display (CoglContext *context);
|
cogl_egl_context_get_egl_display (CoglContext *context);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef COGL_HAS_EGL_PLATFORM_ANDROID_SUPPORT
|
#ifdef COGL_HAS_EGL_PLATFORM_ANDROID_SUPPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user