diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-21 14:35:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-21 14:35:34 +0000 |
| commit | 707972408b72421508a391ccc1e5066d04f7bd5f (patch) | |
| tree | dfe473dada5a56ee6d92ff8287cdd6f42e3ff407 /src | |
| parent | 128526fc282b69b2abcd0c24e6d042c9dea8c862 (diff) | |
Get rid of CR's in some files...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Gl_Window.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index f3759b43f..215ba78a2 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.6 2001/12/19 09:10:00 matthiaswm Exp $" +// "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.7 2001/12/21 14:35:33 easysw Exp $" // // OpenGL window code for the Fast Light Tool Kit (FLTK). // @@ -151,7 +151,7 @@ void Fl_Gl_Window::swap_buffers() { #ifdef WIN32 # if HAVE_GL_OVERLAY // Do not swap the overlay, to match GLX: - BOOL ret = wglSwapLayerBuffers(Fl_X::i(this)->private_dc, WGL_SWAP_MAIN_PLANE);
+ BOOL ret = wglSwapLayerBuffers(Fl_X::i(this)->private_dc, WGL_SWAP_MAIN_PLANE); DWORD err = GetLastError();; # else SwapBuffers(Fl_X::i(this)->private_dc); @@ -368,5 +368,5 @@ void Fl_Gl_Window::draw_overlay() {} #endif // -// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.6 2001/12/19 09:10:00 matthiaswm Exp $". +// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.7 2001/12/21 14:35:33 easysw Exp $". // |
