summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.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_Toggle_Light_Button.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_Toggle_Light_Button.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H b/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H
new file mode 100644
index 0000000..8eae1a3
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H
@@ -0,0 +1,10 @@
+#ifndef Fl_Toggle_Light_Button_H
+#define Fl_Toggle_Light_Button_H
+
+
+#include "Fl_Button.H"
+#include <fltk/LightButton.h>
+typedef fltk::LightButton Fl_Toggle_Light_Button;
+
+#endif
+