From 8cdc05b1a227a2a1185eb6b33acb22e36e6a42f5 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 13 Jan 2008 12:52:35 +0100 Subject: parse -C argument in flcurve --- src/CurveEditor.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/CurveEditor.H') diff --git a/src/CurveEditor.H b/src/CurveEditor.H index 333bd45..c7f4691 100644 --- a/src/CurveEditor.H +++ b/src/CurveEditor.H @@ -22,7 +22,9 @@ class CurveEditor : public Fl_Widget { public: CurveEditor(int _x, int _y, int _w, int _h); - void set(int i, double _x, double _y); + void add_point(double _x, double _y); + void init(); + void set_point(int i, double _x, double _y); void draw(); int handle(int e); }; -- cgit v1.2.3