GNOME Bugzilla – Bug 585013
Port gnome-shell to the Clutter-1.0 API
Last modified: 2009-06-08 21:18:48 UTC
- clutter_actor_get_transformed_position()/size() return floats - clutter_stage_get_actor_at_pos() takes a pick mode - ClutterTimeline no longer has a concept of frames - ClutterUnit is now replaced by float - cogl_texture_new_from_data() signature changed
Created attachment 136063 [details] [review] Port gnome-shell to the Clutter-1.0 API
in ClutterFrameTicker, FRAME_RATE is unused and can be removed now +++ b/src/shell-gtk-embed.c + float wx = 0, wy = 0, x, y, ax, ay; 0.0?
Pushed, changing wx/wy initial values to floating point.