diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 20:59:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 20:59:59 +0000 |
| commit | 13e7d7639729cc0fb9b778ecd2e45d407d45d393 (patch) | |
| tree | 34bcdda92540cfd4768852662237f56fb2d7282d /src/Fl_win32.cxx | |
| parent | fb4fe5642abe7b68b99863ab0cf997b744ccbeaf (diff) | |
WIN32 fixes for the new image stuff...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1705 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index a2f59b7b4..800374362 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.37.2.6 2001/10/29 21:59:15 easysw Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.37.2.7 2001/11/19 20:59:59 easysw Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -659,7 +659,6 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPar #endif default: - DEFAULT: if (Fl::handle(0,0)) return 0; break; } @@ -1006,5 +1005,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.6 2001/10/29 21:59:15 easysw Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.7 2001/11/19 20:59:59 easysw Exp $". // |
