diff options
Diffstat (limited to 'test/cursor.cxx')
| -rw-r--r-- | test/cursor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cursor.cxx b/test/cursor.cxx index f236dc212..e06f2554f 100644 --- a/test/cursor.cxx +++ b/test/cursor.cxx @@ -26,7 +26,7 @@ // #include <FL/Fl.H> -#include <FL/Fl_Window.H> +#include <FL/Fl_Double_Window.H> #include <FL/Fl_Hor_Value_Slider.H> #include <FL/Fl_Choice.H> #include <FL/fl_draw.H> @@ -100,7 +100,7 @@ public: }; int main(int argc, char **argv) { - Fl_Window window(400,300); + Fl_Double_Window window(400,300); Fl_Choice choice(80,100,200,25,"Cursor:"); choice.menu(choices); |
