Declare clutter_perspective_get_type() in the stage header.
This commit is contained in:
parent
1833d77594
commit
123dfb7886
@ -1,3 +1,8 @@
|
||||
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-stage.h: Declare the clutter_perspective_get_type()
|
||||
function in the header.
|
||||
|
||||
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/cogl/cogl.h: Add header and compiler guards.
|
||||
|
@ -132,8 +132,9 @@ struct _ClutterPerspective
|
||||
ClutterFixed zFar;
|
||||
};
|
||||
|
||||
ClutterPerspective *clutter_perspective_copy (const ClutterPerspective *perspective);
|
||||
void clutter_perspective_free (ClutterPerspective *perspective);
|
||||
GType clutter_perspective_get_type (void) G_GNUC_CONST;
|
||||
ClutterPerspective *clutter_perspective_copy (const ClutterPerspective *perspective);
|
||||
void clutter_perspective_free (ClutterPerspective *perspective);
|
||||
|
||||
|
||||
GType clutter_stage_get_type (void) G_GNUC_CONST;
|
||||
|
Loading…
Reference in New Issue
Block a user