summaryrefslogtreecommitdiff
path: root/test/keyboard.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2009-04-21 09:09:37 +0000
committerGreg Ercolano <erco@seriss.com>2009-04-21 09:09:37 +0000
commitb475babf172ec6702af57f514c6fc28bd43159da (patch)
tree115b0aa1a977a8496552c2b16161f96573e350a9 /test/keyboard.cxx
parent03ec459eb03b18c4792c9edc5f8e585653c276e9 (diff)
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
Diffstat (limited to 'test/keyboard.cxx')
-rw-r--r--test/keyboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/keyboard.cxx b/test/keyboard.cxx
index 8e02e2e11..18ab70b52 100644
--- a/test/keyboard.cxx
+++ b/test/keyboard.cxx
@@ -100,7 +100,7 @@ struct keycode_table{int n; const char* text;} table[] = {
int main(int argc, char** argv) {
Fl::add_handler(handle);
- Fl_Window *window = make_window();
+ MyWindow *window = make_window();
window->show(argc,argv);
while (Fl::wait()) {
const char *str;