GNOME Bugzilla – Bug 687652
cogl: Don't use cogl_xlib_set_diplay()
Last modified: 2013-02-20 23:35:38 UTC
This function is deprecated and has been replaced by set_display() on the renderer. This is done in the get_renderer() vfunc of both the x11 and gdk backends already. Actually cogl_xlib_set_diplay() is now a no-op and can be safely removed.
Created attachment 228122 [details] [review] cogl: Don't use cogl_xlib_set_diplay()
Review of attachment 228122 [details] [review]: does this happen with Cogl 1.10 as well, or only with 1.12? if the change has been introduced in Cogl 1.12, then you'll have to bump the dependency inside configure.ac as well (possibly as a separate commit).
What I've written is true for both 1.10 and 1.12. Obviously the symbol is still there in both versions but is likely to be removed for 2.0. The patch is purely removal of lines, there is no new call to a new thing, so no bump needed?
Attachment 228122 [details] pushed as 3e479a3 - cogl: Don't use cogl_xlib_set_diplay()