diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-15 14:06:16 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-15 14:06:16 +0000 |
| commit | 45bb73a9bf4692c68294be12a2e25a39ca3a307b (patch) | |
| tree | 97b86255a274ec6415738788c180d5528f0948d1 /src/Fl_Gl_Window.cxx | |
| parent | 8b880adac62b6724c36405b173286362c386c227 (diff) | |
Commited WIN32 patches from Bill Spitzak and Gustavo Hime.
git-svn-id: file:///fltk/svn/fltk/trunk@11 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Window.cxx')
| -rw-r--r-- | src/Fl_Gl_Window.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 8778d0b4f..44b14518e 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -38,8 +38,6 @@ //////////////////////////////////////////////////////////////// -HDC fl_GetDC(HWND); - int Fl_Gl_Window::can_do(int a, const int *b) { #ifdef WIN32 Fl_Gl_Choice *g = Fl_Gl_Choice::find(a,b); @@ -99,10 +97,6 @@ int Fl_Gl_Window::mode(int m, const int *a) { return 1; } -#ifdef WIN32 -extern char fl_direct_paint; // true when responding to WM_PAINT -#endif - void Fl_Gl_Window::make_current() { #ifdef WIN32 HDC hdc = fl_private_dc(this, mode_,&g); |
