In the following constructor:
ClutterActor* clutter_label_new_full (const gchar *font_name,
const gchar *text,
ClutterColor *color);Should the third param be '_const_ ClutterColor *color'? It's defined as const in clutter_label_set_color(), so I would expect it to be the same in the constructor. -- jonner -- To unsubscribe send a mail to [EMAIL PROTECTED]
