diff options
Diffstat (limited to 'documentation/src/glut.dox')
| -rw-r--r-- | documentation/src/glut.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox index 64ab5bbe6..83335588f 100644 --- a/documentation/src/glut.dox +++ b/documentation/src/glut.dox @@ -138,7 +138,7 @@ or make the window current. <tt>window->make_current()</tt> is the same as \p glutSetWindow(number). If the window has not had \p show() called on it yet, some functions -that assumme an OpenGL context will not work. +that assume an OpenGL context will not work. If you do \p show() the window, call \p make_current() again to set the context. @@ -214,7 +214,7 @@ Fl_Glut_Window::Fl_Glut_Window(int w, int h, const char *title = 0) The first constructor takes 4 int arguments to create the window with a preset position and size. The second constructor with 2 arguments will create the window with a preset size, but the window manager will -choose the position according to it's own whims. +choose the position according to its own whims. virtual Fl_Glut_Window::~Fl_Glut_Window() |
