summaryrefslogtreecommitdiff
path: root/FL/Fl_Gl_Window.H
diff options
context:
space:
mode:
authorengelsman <engelsman>2008-10-04 15:54:15 +0000
committerengelsman <engelsman>2008-10-04 15:54:15 +0000
commitc28c0de681381267b2d616aeb339d206cffeae31 (patch)
tree690aa75ccd1e5776d4ba7fc51588467ac0b1b377 /FL/Fl_Gl_Window.H
parent7fc0d4903ddf8c10ce1b87880bc3832c405e713d (diff)
added doxygen comments for undocumented features in Fl, Fl_Gl_Window
- I see Fabien was/is? busy with Fl.H, so I submit the few changes I've made and hope I haven't trodden on his toes too much :-) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6374 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Gl_Window.H')
-rw-r--r--FL/Fl_Gl_Window.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H
index 46cca40b6..6ca1a5d99 100644
--- a/FL/Fl_Gl_Window.H
+++ b/FL/Fl_Gl_Window.H
@@ -34,6 +34,9 @@
#include "Fl_Window.H"
#ifndef GLContext
+/**
+ opaque pointer type to hide system specific implementation.
+*/
typedef void* GLContext; // actually a GLXContext or HGLDC
#endif