9 lines
134 B
C
9 lines
134 B
C
#ifndef Fl_Pixmap_H
|
|
#define Fl_Pixmap_H
|
|
|
|
#include "Fl_Widget.H"
|
|
#include "fltk/xpmImage.h"
|
|
|
|
typedef fltk::xpmImage Fl_Pixmap;
|
|
|
|
#endif
|