CGII/framework/include/libs/fltk/compat/FL/Fl_Pixmap.H

10 lines
134 B
C++
Raw Normal View History

2018-05-17 14:01:02 +00:00
#ifndef Fl_Pixmap_H
#define Fl_Pixmap_H
#include "Fl_Widget.H"
#include "fltk/xpmImage.h"
typedef fltk::xpmImage Fl_Pixmap;
#endif