diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-15 20:56:17 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-15 20:56:17 +0000 |
| commit | e6652d845a06147064fca7f90c76320036a4ee4e (patch) | |
| tree | 54546ee49ae2c482efc158961706edf695b5ac77 /FL/glut.H | |
| parent | a99524ef2d24ce14334a171b9de29dfdf93928cd (diff) | |
Doxygen documentation increment 2: adding more classes, comments not referenced in original doc. hide public enter_(), exit_() functions, made friend Fl_Widget::tooltip(), these should not appear in the public member dox. documentation. added static variables initialisation to 0 in glut for msvc platform compilers."
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6261 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/glut.H')
| -rw-r--r-- | FL/glut.H | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -42,13 +42,14 @@ # include "gl.h" -//////////////////////////////////////////////////////////////// -// GLUT is emulated using this window class and these static variables -// (plus several more static variables hidden in glut_compatability.cxx): # include "Fl.H" # include "Fl_Gl_Window.H" +/** + GLUT is emulated using this window class and these static variables + (plus several more static variables hidden in glut_compatability.cxx): +*/ class FL_EXPORT Fl_Glut_Window : public Fl_Gl_Window { void _init(); int mouse_down; |
