mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 00:39:30 +00:00
backend-cogl: update _get_egl_context symbol name
Cogl changed has changed the name of cogl_context_egl_get_egl_context to cogl_egl_context_get_egl_context to be consistent with other platform specific symbols.
This commit is contained in:
@ -504,7 +504,7 @@ clutter_egl_get_egl_display (void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return cogl_context_egl_get_egl_display (backend_singleton->cogl_context);
|
return cogl_egl_context_get_egl_display (backend_singleton->cogl_context);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user