summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-06-30 10:30:58 +0000
committerPierre Ossman <ossman@cendio.se>2014-06-30 10:30:58 +0000
commite64a8e90e325b5fdffa7939f91041ccd7f558e21 (patch)
treec3fd22f9cb6828bf256d9253b9d0f83f45beb41d /src/Fl_Gl_Window.cxx
parentde2e11d743732255897171d5620a4a937995161c (diff)
Follow up to earlier commit. Missed one reference to fixcursor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10214 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Window.cxx')
-rw-r--r--src/Fl_Gl_Window.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx
index 16de91e80..7e97e3297 100644
--- a/src/Fl_Gl_Window.cxx
+++ b/src/Fl_Gl_Window.cxx
@@ -423,9 +423,6 @@ void Fl_Gl_Window::flush() {
}
-#if HAVE_GL_OVERLAY && defined(WIN32)
- if (fixcursor) SetCursor(Fl_X::i(this)->cursor);
-#endif
valid(1);
context_valid(1);
}