summaryrefslogtreecommitdiff
path: root/src/flcurve.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-12 23:12:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-12 23:12:41 +0100
commite9dce46bed3cc0ec6993d09183ac858a32d619e2 (patch)
tree003441f0f915bea8d7b1e2cb2d116bc243d93361 /src/flcurve.cxx
parent7ba1feb416a47b0266615de08b69e1733e18e3a5 (diff)
draw a spline
Diffstat (limited to 'src/flcurve.cxx')
-rw-r--r--src/flcurve.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flcurve.cxx b/src/flcurve.cxx
index ca0f8ff..ce8de6a 100644
--- a/src/flcurve.cxx
+++ b/src/flcurve.cxx
@@ -15,6 +15,7 @@
#include <../config.h>
+#include "CurveEditor.H"
void
usage() {
@@ -46,9 +47,9 @@ main(int argc, char **argv) {
}
Fl_Window window(800, 600);
+ CurveEditor ce(10, 10, 780, 580);
window.end();
-
window.show(1, argv);
return Fl::run();