summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Adjuster.H
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Adjuster.H')
-rw-r--r--os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Adjuster.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Adjuster.H b/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Adjuster.H
new file mode 100644
index 00000000..d9f04881
--- /dev/null
+++ b/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Adjuster.H
@@ -0,0 +1,7 @@
+#ifndef Fl_Adjuster_H
+#define Fl_Adjuster_H
+
+#include <fltk/Adjuster.h>
+typedef fltk::Adjuster Fl_Adjuster;
+
+#endif