From 31700097b32494693a818941932c354c21e6da84 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 14 Jan 2006 23:12:27 +0000 Subject: Fix resizing of Windows (STR #1139) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4745 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Gl_Window.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index c1bdf056f..f3ae277b3 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -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() {} -- cgit v1.2.3