#ifndef _Bitmaps_h #define _Bitmaps_h #include #include typedef struct _Bitmaps { Pixmap edit; Pixmap mark; Pixmap notify; } Bitmaps; extern Bitmaps bitmaps; extern void BitmapsCreate(Display *d); #endif /* _Bitmaps_h */