summaryrefslogtreecommitdiff
path: root/src/flcurve.cxx
diff options
context:
space:
mode:
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();