mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05: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:
parent
71d0872b76
commit
d182d5a171
@ -504,7 +504,7 @@ clutter_egl_get_egl_display (void)
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user