summaryrefslogtreecommitdiff
path: root/FL/Fl_Gl_Window.H
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-15 17:46:42 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-15 17:46:42 +0000
commitd55dfeb5e954d650287320c5e2fe90befe6e2d60 (patch)
tree04766beaa78172bceb742d8ced680447faf2bb98 /FL/Fl_Gl_Window.H
parentc975ec6dca1f1f48404d82643f2f250faee6c1bd (diff)
Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags and comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Gl_Window.H')
-rw-r--r--FL/Fl_Gl_Window.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H
index cbe793baf..ce081973c 100644
--- a/FL/Fl_Gl_Window.H
+++ b/FL/Fl_Gl_Window.H
@@ -160,7 +160,6 @@ public:
Fl_Mode mode() const {return (Fl_Mode)mode_;}
int mode(int a) {return mode(a,0);}
int mode(const int *a) {return mode(0, a);}
-
void* context() const {return context_;}
void context(void*, int destroy_flag = 0);
void make_current();