GNOME Bugzilla – Bug 679497
Update Photo Wall example for modern Clutter usage
Last modified: 2013-02-24 19:12:12 UTC
The Clutter "photo wall" example hasn't been updated in a while to cope with the recent API deprecations. It also employs some bad patterns in the API usage - like using depth without changing the paint order.
Created attachment 218153 [details] [review] photo-wall: Update for modern Clutter usage
Thanks Emmanuele! Since the code in the photo-wall.c.page Mallard tutorial is actually hard-coded, I will have to update it accordingly before pushing this patch, so that the tutorial does not fall out of sync with the reference code. As soon as this is completed, I will push this patch. Thanks for your work! Tiffany
Comment on attachment 218153 [details] [review] photo-wall: Update for modern Clutter usage Pushed to master as commit 5c9ab4e74b191d2cac17aa94286f5b2f1e8600b4.
I pushed a commit to master (aca51d964c0071556f327b6e075a90685cdf563a) which syncs the tutorial with the C source.