summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Gl_Window.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Gl_Window.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Gl_Window.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Gl_Window.H b/fltk/fltk/compat/FL/Fl_Gl_Window.H
new file mode 100644
index 0000000..5b390cb
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Gl_Window.H
@@ -0,0 +1,9 @@
+#ifndef Fl_Gl_Window_H
+#define Fl_Gl_Window_H
+
+#include "Fl_Window.H"
+
+#include <fltk/GlWindow.h>
+typedef fltk::GlWindow Fl_Gl_Window;
+
+#endif