CGII/framework/include/libs/fltk/compat/FL/Fl_Pixmap.H
2018-05-17 15:50:03 +02:00

10 lines
143 B
C

#ifndef Fl_Pixmap_H
#define Fl_Pixmap_H
#include "Fl_Widget.H"
#include "fltk/xpmImage.h"
typedef fltk::xpmImage Fl_Pixmap;
#endif