summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-12-04 04:44:54 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-12-04 04:44:54 +0000
commitcd5c9b874325a474ef77b0cf9e7327116a871226 (patch)
tree6f3a810482d66be1228f85b59b83f83345a62704 /src
parent484203053703aec1b5fb0a669032a305391e4377 (diff)
OSX fixes for GLUT/GL window classes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2859 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Gl_Window.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx
index 8b1e0fec0..3669115ec 100644
--- a/src/Fl_Gl_Window.cxx
+++ b/src/Fl_Gl_Window.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.14 2002/11/15 16:17:41 easysw Exp $"
+// "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.15 2002/12/04 04:44:54 easysw Exp $"
//
// OpenGL window code for the Fast Light Tool Kit (FLTK).
//
@@ -360,6 +360,8 @@ void Fl_Gl_Window::init() {
overlay = 0;
valid_ = 0;
damage1_ = 0;
+
+ resize(x(), y(), w(), h());
}
void Fl_Gl_Window::draw_overlay() {}
@@ -367,5 +369,5 @@ void Fl_Gl_Window::draw_overlay() {}
#endif
//
-// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.14 2002/11/15 16:17:41 easysw Exp $".
+// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.15 2002/12/04 04:44:54 easysw Exp $".
//