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:
parent
c78a31ce34
commit
31700097b3
@ -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() {}
|
||||
|
Loading…
Reference in New Issue
Block a user