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 559176 - Fixes for clutter 0.9
Fixes for clutter 0.9
Status: RESOLVED FIXED
Product: gnomemm
Classification: Deprecated
Component: cluttermm
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-11-03 20:31 UTC by Piotr rak
Modified: 2008-11-03 23:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for includes. (15.46 KB, patch)
2008-11-03 20:44 UTC, Piotr rak
none Details | Review
Fixes BehaviourDepth (707 bytes, patch)
2008-11-03 20:47 UTC, Piotr rak
none Details | Review

Description Piotr rak 2008-11-03 20:31:53 UTC
Few fixes, required to use cluttermm with 0.9.
Comment 1 Piotr rak 2008-11-03 20:44:42 UTC
Created attachment 121912 [details] [review]
Fix for includes.

Clutter changed policy about include files. Including things like <clutter/clutter-something.h> is banned now. This patch removes such includes and adds #include <clutter/clutter.h> instead. Also modifies configure.ac to use version clutter-0.9. No changelog entry provided.
Comment 2 Piotr rak 2008-11-03 20:47:01 UTC
Created attachment 121913 [details] [review]
Fixes BehaviourDepth

Renames property names used by constructor.
Comment 3 Murray Cumming 2008-11-03 23:08:48 UTC
Both patches committed. Thanks for doing this - I didn't even know that clutter-0.9 existed yet.

Please patch the ChangeLog in future.