mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
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>
|
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/cogl/cogl.h: Add header and compiler guards.
|
* clutter/cogl/cogl.h: Add header and compiler guards.
|
||||||
|
@ -132,8 +132,9 @@ struct _ClutterPerspective
|
|||||||
ClutterFixed zFar;
|
ClutterFixed zFar;
|
||||||
};
|
};
|
||||||
|
|
||||||
ClutterPerspective *clutter_perspective_copy (const ClutterPerspective *perspective);
|
GType clutter_perspective_get_type (void) G_GNUC_CONST;
|
||||||
void clutter_perspective_free (ClutterPerspective *perspective);
|
ClutterPerspective *clutter_perspective_copy (const ClutterPerspective *perspective);
|
||||||
|
void clutter_perspective_free (ClutterPerspective *perspective);
|
||||||
|
|
||||||
|
|
||||||
GType clutter_stage_get_type (void) G_GNUC_CONST;
|
GType clutter_stage_get_type (void) G_GNUC_CONST;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user