After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585013 - Port gnome-shell to the Clutter-1.0 API
Port gnome-shell to the Clutter-1.0 API
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-06-06 17:11 UTC by Owen Taylor
Modified: 2009-06-08 21:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Port gnome-shell to the Clutter-1.0 API (10.19 KB, patch)
2009-06-06 17:11 UTC, Owen Taylor
reviewed Details | Review

Description Owen Taylor 2009-06-06 17:11:20 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
Comment 1 Owen Taylor 2009-06-06 17:11:23 UTC
Created attachment 136063 [details] [review]
Port gnome-shell to the Clutter-1.0 API
Comment 2 Dan Winship 2009-06-07 01:09:02 UTC
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?

Comment 3 Owen Taylor 2009-06-08 21:18:48 UTC
Pushed, changing wx/wy initial values to floating point.