blob: 737a3fec7d7cf868f3f29c78073d2faee8eb64bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
//GO(xcb_test_compare_cursor,
//GO(xcb_test_compare_cursor_reply,
//GO(xcb_test_compare_cursor_unchecked,
GO(xcb_test_fake_input, pFbCCuuwwC)
GO(xcb_test_fake_input_checked, pFbCCuuwwC)
//GO(xcb_test_get_version,
//GO(xcb_test_get_version_reply,
//GO(xcb_test_get_version_unchecked,
//GO(xcb_test_grab_control,
//GO(xcb_test_grab_control_checked,
DATA(xcb_test_id, 8)
|