mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user