mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
2007-01-18 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.h: Added missing proto for clutter_fixed_qdivx().
This commit is contained in:
parent
e833356561
commit
c9aa5f1b1a
@ -1,3 +1,8 @@
|
||||
2007-01-18 Tomas Frydrych <tf@openedhand.com>
|
||||
|
||||
* clutter/clutter-fixed.h:
|
||||
Added missing proto for clutter_fixed_qdivx().
|
||||
|
||||
2007-01-18 Tomas Frydrych <tf@openedhand.com>
|
||||
|
||||
* clutter/clutter-fixed.h:
|
||||
|
@ -281,6 +281,9 @@ typedef gint32 ClutterAngle; /* angle such that 1024 == 2*PI */
|
||||
extern inline
|
||||
ClutterFixed clutter_qmulx (ClutterFixed op1, ClutterFixed op2);
|
||||
|
||||
extern inline
|
||||
ClutterFixed clutter_qdivx (ClutterFixed op1, ClutterFixed op2);
|
||||
|
||||
ClutterFixed clutter_sinx (ClutterFixed angle);
|
||||
ClutterFixed clutter_sini (ClutterAngle angle);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user