1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
GO(xcb_create_pixmap_from_bitmap_data, pFbupuuuuup)
GO(xcb_image_annotate, vFp)
GO(xcb_image_convert, pFpp)
GO(xcb_image_create, pFWWiCCCCiipup)
GO(xcb_image_create_from_bitmap_data, pFpuu)
GO(xcb_image_create_native, pFbWWiCpup)
GO(xcb_image_destroy, vFp)
GO(xcb_image_get, pFbdwwWWui)
GO(xcb_image_get_pixel, uFpuu)
GO(xcb_image_native, pFppi)
GO(xcb_image_put, uFbuupwwC)
GO(xcb_image_put_pixel, vFpuuu)
GO(xcb_image_shm_get, iFbupppWWu) //xcb_shm_segment_info_t is a struct with "u u p" => transform to pp?
GO(xcb_image_shm_put, pFpuupppwwwwWWC)
GO(xcb_image_subimage, pFpuuuupup)
|