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