Replace another Sync -> Flush
[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   XCBConnection *conn;
9   CARD8          depth;
10   XCBDRAWABLE    draw;
11   XCBGCONTEXT    gc;
12   CARD8          format;
13   XCBImage      *image;
14 };
15
16 #endif /* __TEST_H__ */