mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
bezier spline behaviours
This commit is contained in:
@ -33,22 +33,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define CLUTTER_TYPE_KNOT (clutter_knot_get_type ())
|
||||
|
||||
typedef struct _ClutterKnot ClutterKnot;
|
||||
|
||||
struct _ClutterKnot
|
||||
{
|
||||
gint x,y;
|
||||
/* FIXME: optionally include bezier control points also ? */
|
||||
};
|
||||
|
||||
GType clutter_knot_get_type (void) G_GNUC_CONST;
|
||||
ClutterKnot *clutter_knot_copy (const ClutterKnot *knot);
|
||||
void clutter_knot_free (ClutterKnot *knot);
|
||||
gboolean clutter_knot_equal (const ClutterKnot *knot_a,
|
||||
const ClutterKnot *knot_b);
|
||||
|
||||
#define CLUTTER_TYPE_BEHAVIOUR_PATH (clutter_behaviour_path_get_type ())
|
||||
|
||||
#define CLUTTER_BEHAVIOUR_PATH(obj) \
|
||||
|
Reference in New Issue
Block a user