diff options
Diffstat (limited to 'src/wrapped/wrappedlibxcbshm_private.h')
| -rw-r--r-- | src/wrapped/wrappedlibxcbshm_private.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/wrapped/wrappedlibxcbshm_private.h b/src/wrapped/wrappedlibxcbshm_private.h index 83536945..aded2c5f 100644 --- a/src/wrapped/wrappedlibxcbshm_private.h +++ b/src/wrapped/wrappedlibxcbshm_private.h @@ -2,26 +2,26 @@ #error meh! #endif -GO(xcb_shm_attach, uFpuuC) -GO(xcb_shm_attach_checked, uFpuuC) -GO(xcb_shm_attach_fd, pFpuuC) -GO(xcb_shm_attach_fd_checked, pFpuuC) -GO(xcb_shm_create_pixmap, pFpuuWWCuu) -GO(xcb_shm_create_pixmap_checked, pFpuuWWCuu) -GO(xcb_shm_create_segment, pFpuuC) -GO(xcb_shm_create_segment_reply, pFpup) -GO(xcb_shm_create_segment_reply_fds, pFpp) -GO(xcb_shm_create_segment_unchecked, pFpuuC) -GO(xcb_shm_detach, uFpu) -GO(xcb_shm_detach_checked, uFpu) -GO(xcb_shm_get_image, pFpuwwWWuCuu) -GO(xcb_shm_get_image_reply, pFpup) -GO(xcb_shm_get_image_unchecked, pFpuwwWWuCuu) +GO(xcb_shm_attach, uFbuuC) +GO(xcb_shm_attach_checked, uFbuuC) +GO(xcb_shm_attach_fd, pFbuuC) +GO(xcb_shm_attach_fd_checked, pFbuuC) +GO(xcb_shm_create_pixmap, pFbuuWWCuu) +GO(xcb_shm_create_pixmap_checked, pFbuuWWCuu) +GO(xcb_shm_create_segment, pFbuuC) +GO(xcb_shm_create_segment_reply, pFbup) +GO(xcb_shm_create_segment_reply_fds, pFbp) +GO(xcb_shm_create_segment_unchecked, pFbuuC) +GO(xcb_shm_detach, uFbu) +GO(xcb_shm_detach_checked, uFbu) +GO(xcb_shm_get_image, pFbuwwWWuCuu) +GO(xcb_shm_get_image_reply, pFbup) +GO(xcb_shm_get_image_unchecked, pFbuwwWWuCuu) DATA(xcb_shm_id, 8) -GO(xcb_shm_put_image, pFpuuWWWWWWwwCCCuu) -GO(xcb_shm_put_image_checked, pFpuuWWWWWWwwCCCuu) -GO(xcb_shm_query_version, uFp) -GO(xcb_shm_query_version_reply, pFpup) -GO(xcb_shm_query_version_unchecked, uFp) +GO(xcb_shm_put_image, pFbuuWWWWWWwwCCCuu) +GO(xcb_shm_put_image_checked, pFbuuWWWWWWwwCCCuu) +GO(xcb_shm_query_version, uFb) +GO(xcb_shm_query_version_reply, pFbup) +GO(xcb_shm_query_version_unchecked, uFb) GO(xcb_shm_seg_end, pFpii) GO(xcb_shm_seg_next, vFp) |