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
This commit is contained in:
Pierre Ossman 2014-06-30 10:30:58 +00:00
parent de2e11d743
commit e64a8e90e3

View File

@ -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);
}