GNOME Bugzilla – Bug 727020
wayland: Add missing CLUTTER_AVAILABLE annotations
Last modified: 2014-03-25 15:22:46 UTC
Since the visibility changes in 1.18.0, clutter_wayland_surface_* symbols are no longer exported because they aren't properly annotated. This patch fixes it.
Created attachment 272846 [details] [review] wayland: Add missing CLUTTER_AVAILABLE annotations Signed-off-by: Emilio Pozuelo Monfort <pochu27@gmail.com>
Review of attachment 272846 [details] [review]: looks good. sorry I didn't notice: nothing in GNOME seems to be using the clutter_wayland_compositor* API.
No worries. I noticed this thanks to the nice symbol tracking in Debian. (I also noticed that a few symbols got dropped, but those weren't in the public headers, so probably were being accidentally exported because they started with clutter_*.) Patch pushed to clutter-1.18 as discussed on IRC.