diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 973e89e1a..0858a152e 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.19 1999/12/30 17:37:04 mike Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.20 1999/12/31 02:56:18 mike Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -246,6 +246,7 @@ double fl_wait(int timeout_flag, double time) { } } else { // Some other message... + TranslateMessage(&fl_msg); DispatchMessage(&fl_msg); } #else @@ -953,5 +954,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.19 1999/12/30 17:37:04 mike Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.20 1999/12/31 02:56:18 mike Exp $". // |
