diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-13 18:31:54 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-13 18:31:54 +0000 |
| commit | 6ed54124bbff402944085568bb2fa2148a2eff62 (patch) | |
| tree | 1ad472de357454762751be0585d33a9d716eb5de /src/Fl_Gl_Window.cxx | |
| parent | d9801ae479dfc9aa82f5121b3cbb74f875dd690a (diff) | |
Fixed typos and doxygen documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Window.cxx')
| -rw-r--r-- | src/Fl_Gl_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index db6fe011d..a7a98f5bc 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -336,7 +336,7 @@ void Fl_Gl_Window::flush() { if (overlay == this) { // don't draw if only the overlay is damaged: if (damage1_ || damage() != FL_DAMAGE_OVERLAY || !save_valid) draw(); - // we use a seperate context for the copy because rasterpos must be 0 + // we use a separate context for the copy because rasterpos must be 0 // and depth test needs to be off: static GLContext ortho_context = 0; static Fl_Gl_Window* ortho_window = 0; |
