diff options
Diffstat (limited to 'test/adjuster.cxx')
| -rw-r--r-- | test/adjuster.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/adjuster.cxx b/test/adjuster.cxx index cd995a9fd..d6203a678 100644 --- a/test/adjuster.cxx +++ b/test/adjuster.cxx @@ -27,7 +27,7 @@ #include <stdlib.h> #include <FL/Fl.H> -#include <FL/Fl_Window.H> +#include <FL/Fl_Double_Window.H> #include <FL/Fl_Adjuster.H> #include <FL/Fl_Box.H> @@ -39,7 +39,7 @@ void adjcb(Fl_Widget *o, void *v) { } int main(int argc, char ** argv) { - Fl_Window window(320,100,argv[0]); + Fl_Double_Window window(320,100,argv[0]); char buf1[100]; Fl_Box b1(FL_DOWN_BOX,20,30,80,25,buf1); |
