From b475babf172ec6702af57f514c6fc28bd43159da Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 21 Apr 2009 09:09:37 +0000 Subject: Most test demos converted to use Fl_Double_Window to prevent flicker when new users run test/demo programs. For details, see fltk.development thread started 04/16/09, "Subject: browser demo flicker". git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6772 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/input_choice.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/input_choice.cxx') diff --git a/test/input_choice.cxx b/test/input_choice.cxx index b7dfb1352..5bdb5bc73 100644 --- a/test/input_choice.cxx +++ b/test/input_choice.cxx @@ -23,7 +23,7 @@ #include #include -#include +#include #include void buttcb(Fl_Widget*,void*data) { @@ -44,7 +44,7 @@ void input_choice_cb(Fl_Widget*,void*data) { } int main(int argc, char **argv) { - Fl_Window win(300, 200); + Fl_Double_Window win(300, 200); Fl_Input_Choice in(40,40,100,28,"Test"); in.callback(input_choice_cb, (void*)&in); -- cgit v1.2.3