summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Pixmap.H
blob: 15b06382c61512699c374dd57ab033eaf371fb49 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef Fl_Pixmap_H
#define Fl_Pixmap_H

#include "Fl_Widget.H"
#include "fltk/xpmImage.h"

typedef fltk::xpmImage Fl_Pixmap;

#endif