2007-12-04 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 4 Dec 2007 10:32:15 +0000 (10:32 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 4 Dec 2007 10:32:15 +0000 (10:32 +0000)
commit8aff2c0adc6627950e4a19f4d56e3337697ff77e
tree9c058d1ff4a806dfb73e9efa9915b5aa1365815d
parent0e8ca34f4d1b3ded980193944cf599f30b6448e5
2007-12-04  Emmanuele Bassi  <ebassi@openedhand.com>

Update after the API changes in Clutter core

* clutter-gtk/clutter-gtk.c:
(gtk_clutter_destroy): Do not call clutter_actor_destroy()
on the stage.

(gtk_clutter_map): Use the new X11 API for retrieving the
XID of the stage window.

(gtk_clutter_init): Set the widget as paintable and the stage
as resizable.

* examples/gtk-clutter-events.c:
(on_x_changed), (on_y_changed), (on_z_changed): Use the new
clutter_actor_set_rotation() API.

* examples/gtk-clutter-test.c (frame_cb): Ditto as above.
ChangeLog
clutter-gtk/clutter-gtk.c
examples/gtk-clutter-events.c
examples/gtk-clutter-test.c