diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-12 23:12:41 +0100 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-12 23:12:41 +0100 |
| commit | e9dce46bed3cc0ec6993d09183ac858a32d619e2 (patch) | |
| tree | 003441f0f915bea8d7b1e2cb2d116bc243d93361 /src/flcurve.cxx | |
| parent | 7ba1feb416a47b0266615de08b69e1733e18e3a5 (diff) | |
draw a spline
Diffstat (limited to 'src/flcurve.cxx')
| -rw-r--r-- | src/flcurve.cxx | 3 |
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(); |
