ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Bitmaps.h
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:42 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, LAST_C_VERSION, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1 #ifndef _Bitmaps_h
2 #define _Bitmaps_h
3 #include <X11/Xlib.h>
4 #include <X11/Xutil.h>
5
6 typedef struct _Bitmaps {
7 Pixmap edit;
8 Pixmap mark;
9 Pixmap notify;
10 } Bitmaps;
11
12 extern Bitmaps bitmaps;
13 extern void BitmapsCreate(Display *d);
14 #endif /* _Bitmaps_h */