summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Valuator.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Valuator.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Valuator.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Valuator.H b/fltk/fltk/compat/FL/Fl_Valuator.H
new file mode 100644
index 0000000..be391c7
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Valuator.H
@@ -0,0 +1,12 @@
+#ifndef Fl_Valuator_H
+#define Fl_Valuator_H
+
+#include <fltk/Valuator.h>
+#define Fl_Valuator fltk::Valuator
+
+enum {
+ FL_VERTICAL = 0,
+ FL_HORIZONTAL = 1
+};
+
+#endif