GNOME Bugzilla – Bug 703202
Clutter master does not compile with Wayland backend
Last modified: 2013-06-28 10:39:13 UTC
Some of the API in the Wayland backend uses CLUTTER_AVAILABLE_IN_1_10 which was missing from the list of macros.
Created attachment 247922 [details] [review] macros: Add missing CLUTTER_AVAILABLE_IN_* entries imported from 1.16
Review of attachment 247922 [details] [review]: no, that's broken. the macros were removed because the API was broken. you should remove the annotations in master; at some point, everything will be marked as CLUTTER_AVAILABLE_IN_2_0.
Ah - okey dokey. Sorry for the noise.
Created attachment 247926 [details] [review] wayland: Remove now removed CLUTTER_AVAILABLE_ API annotations In 00bee5f the API annotations were removed as the API is refreshed from the start. This change removes the annotations from the Wayland API.
Review of attachment 247926 [details] [review]: looks good.
Attachment 247926 [details] pushed as c3be92a - wayland: Remove now removed CLUTTER_AVAILABLE_ API annotations