diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-09-12 09:51:55 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-09-12 09:51:55 +0000 |
| commit | 8d2491544b04f01078f33560192c71f8d14a76ee (patch) | |
| tree | e5df115e0b492360f63f0cdebc740528fd1ee638 /documentation/src/glut.dox | |
| parent | 7e6af270d002a328cfb1914c2573c742a6ed0ffc (diff) | |
More documentation fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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() |
