GNOME Bugzilla – Bug 585007
Port BigBox and BigRectangle to Clutter-1.0 API
Last modified: 2009-06-11 19:28:55 UTC
Here are two patches to get BigBox and BigRectangle working with the latest master branch of clutter.
Created attachment 136057 [details] [review] Port BigBox and BigRectangle to Clutter-1.0 API - ClutterUnit is now replaced with float - allocate() now takes flags rather than absolute_origin_changed boolean - cogl_texture_new_from_data() signature changed
Created attachment 136058 [details] [review] BigBox: Implement foreach_with_internals() We need a foreach_with_internals() function that includes the background_texture/background_rectangle actors, so that states will properly be updated on map/unmap/etc.
Created attachment 136059 [details] [review] Port BigBox, BigRectangle, BigThemeImage to Clutter-1.0 API
it all looks more or less right, afaict
Pushed. I'll leave this open for now and let the big-widgets developers close it.
I've got these now.