diff options
Diffstat (limited to 'src/wrapped/wrappedlibxcbimage_private.h')
| -rw-r--r-- | src/wrapped/wrappedlibxcbimage_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxcbimage_private.h b/src/wrapped/wrappedlibxcbimage_private.h index 0127ba25..6877abad 100644 --- a/src/wrapped/wrappedlibxcbimage_private.h +++ b/src/wrapped/wrappedlibxcbimage_private.h @@ -12,7 +12,7 @@ GO(xcb_image_destroy, vFp) GO(xcb_image_get, pFpdwwWWui) GO(xcb_image_get_pixel, uFpuu) GO(xcb_image_native, pFppi) -GO(xcb_image_put, pFpuupwwC) +GO(xcb_image_put, uFpuupwwC) GO(xcb_image_put_pixel, vFpuuu) GO(xcb_image_shm_get, iFpupppWWu) //xcb_shm_segment_info_t is a struct with "u u p" => transform to pp? GO(xcb_image_shm_put, pFpuupppwwwwWWC) |