GNOME Bugzilla – Bug 669673
Stop using deprecated Clutter API
Last modified: 2012-03-12 12:02:38 UTC
Looks like we are using a bunch of API which have been deprecated in Clutter.
For the record, 1e10d537d22441f35ad57164e2231835a85698ed is the commit disabling Clutter deprecation warnings. It should be reverted once we have fixed this bug.
Created attachment 209302 [details] [review] Make use of new Clutter macros to check API we are using
Created attachment 209303 [details] [review] rounded-rectangle: use the 'draw' signal Looks like that's the right way to do it since Clutter 1.8
Attachment 209302 [details] pushed as 48370f1 - Make use of new Clutter macros to check API we are using Attachment 209303 [details] pushed as 532a1f7 - rounded-rectangle: use the 'draw' signal