summaryrefslogtreecommitdiff
path: root/FL/glut.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/glut.H')
-rw-r--r--FL/glut.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/glut.H b/FL/glut.H
index 585f8224c..1cc242c26 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -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;