comparison src/xs_curve.h @ 602:b6c7c26569cc

Updates from curve branch.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Aug 2007 15:08:00 +0000
parents 425da926d310
children ce1fe59627f2
comparison
equal deleted inserted replaced
601:45ac346884d6 602:b6c7c26569cc
37 gfloat min_x; 37 gfloat min_x;
38 gfloat max_x; 38 gfloat max_x;
39 gfloat min_y; 39 gfloat min_y;
40 gfloat max_y; 40 gfloat max_y;
41 GdkPixmap *pixmap; 41 GdkPixmap *pixmap;
42 gint height; /* (cached) graph height in pixels */
43 gint grab_point; /* point currently grabbed */ 42 gint grab_point; /* point currently grabbed */
44 gint last;
45 43
46 /* control points */ 44 /* control points */
47 gint nctlpoints; /* number of control points */ 45 gint nctlpoints; /* number of control points */
48 t_xs_point *ctlpoints; /* array of control points */ 46 t_xs_point *ctlpoints; /* array of control points */
49 }; 47 };