made flames respond properly to EWMH delete window
[free-sw/xcb/demo] / tests / lissajoux.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   uint8_t          format;
13   xcb_image_t      *image;
14 };
15
16 #endif /* __TEST_H__ */