made flames respond properly to EWMH delete window
[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   xcb_connection_t *conn;
9   uint8_t          depth;
10   xcb_drawable_t    draw;
11   xcb_gcontext_t    gc;
12   xcb_colormap_t    cmap;
13   uint8_t          format;
14
15   xcb_image_t      *image;
16   uint32_t        *palette;
17 };
18
19 #endif /* __TEST_H__ */