summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Pixmap.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Pixmap.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Pixmap.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Pixmap.H b/fltk/fltk/compat/FL/Fl_Pixmap.H
new file mode 100644
index 0000000..15b0638
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Pixmap.H
@@ -0,0 +1,9 @@
+#ifndef Fl_Pixmap_H
+#define Fl_Pixmap_H
+
+#include "Fl_Widget.H"
+#include "fltk/xpmImage.h"
+
+typedef fltk::xpmImage Fl_Pixmap;
+
+#endif