GNOME Bugzilla – Bug 694224
Cogl-1.0? Cogl-2.0? Let's make up our mind
Last modified: 2013-02-20 01:05:56 UTC
The recently landed background patches use functions like cogl_material_new()/cogl_material_copy(), which are strictly 1.0. Cogl defines those in a -compat.h header, which is only included when not enabling the experimental 2.0 API. We do the latter, so I end up with a build failure (using -Werror minus deprecation warnings).
Created attachment 236863 [details] [review] compositor: Don't use deprecated Cogl-1.0 API
(pushed with minor changes) Attachment 236863 [details] pushed as 7f6a772 - compositor: Don't use deprecated Cogl-1.0 API