summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Value_Input.H
diff options
context:
space:
mode:
authorBastian Wissler2009-04-01 18:57:04 +0200
committerBastian Wissler2009-04-01 18:57:04 +0200
commitfd33e001bb3ab76b6aef97f641ddcbee9ab384ef (patch)
treeeb485719b893df5068da6c063c094ae2aa32621b /fltk/fltk/compat/FL/Fl_Value_Input.H
parentvmchooser source: (diff)
downloadvmchooser-fd33e001bb3ab76b6aef97f641ddcbee9ab384ef.tar.gz
vmchooser-fd33e001bb3ab76b6aef97f641ddcbee9ab384ef.tar.xz
vmchooser-fd33e001bb3ab76b6aef97f641ddcbee9ab384ef.zip
vmchooser source:
* added fltk libs and includes git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/vmchooser/trunk@2778 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Value_Input.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Value_Input.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Value_Input.H b/fltk/fltk/compat/FL/Fl_Value_Input.H
new file mode 100644
index 0000000..03d719f
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Value_Input.H
@@ -0,0 +1,7 @@
+#ifndef Fl_Value_Input_H
+#define Fl_Value_Input_H
+
+#include <fltk/ValueInput.h>
+typedef fltk::ValueInput Fl_Value_Input;
+
+#endif