Move .cvsignore to .gitignore.
[free-sw/xcb/demo] / tests / julia.h
1 #ifndef __TEST_H__
2 #define __TEST_H__
3
4 typedef struct Data_ Data;
5
6 struct Data_
7 {
8   XCBConnection *conn;
9   CARD8          depth;
10   XCBDRAWABLE    draw;
11   XCBGCONTEXT    gc;
12   XCBCOLORMAP    cmap;
13   CARD8          format;
14
15   XCBImage      *image;
16   CARD32        *palette;
17 };
18
19 #endif /* __TEST_H__ */