diff options
| author | engelsman <engelsman> | 2009-04-09 20:44:31 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2009-04-09 20:44:31 +0000 |
| commit | 20775caf087684e5315f1e19d6720a44221d8532 (patch) | |
| tree | bcfcc093b12e48a2016e31a1a90c962a04cc7666 /src/gl_start.cxx | |
| parent | 8dd0abe3f20d4de3034428c541ef3f25ce7cc4e2 (diff) | |
converted html tags to doxygen commands in opengl.dox
also corrected function signatures in opengl.dox
added doxygen comments to FL/gl.h, src/gl_start.cxx, src/gl_draw.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6749 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/gl_start.cxx')
| -rw-r--r-- | src/gl_start.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gl_start.cxx b/src/gl_start.cxx index cc8a42fb8..b53eabef0 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -62,6 +62,7 @@ static Fl_Gl_Choice* gl_choice; Fl_Region XRectangleRegion(int x, int y, int w, int h); // in fl_rect.cxx +/** Creates an OpenGL context */ void gl_start() { if (!context) { #if defined(USE_X11) @@ -102,6 +103,7 @@ void gl_start() { } } +/** Releases an OpenGL context */ void gl_finish() { glFlush(); #if !defined(WIN32) && !defined(__APPLE__) |
