Fix resizing of Windows (STR #1139)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4745 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2006-01-14 23:12:27 +00:00
parent c78a31ce34
commit 31700097b3

View File

@ -411,9 +411,11 @@ void Fl_Gl_Window::init() {
valid_ = 0;
damage1_ = 0;
#if 0 // This breaks resizing on Linux/X11
int H = h();
h(1); // Make sure we actually do something in resize()...
resize(x(), y(), w(), H);
#endif // 0
}
void Fl_Gl_Window::draw_overlay() {}