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 a36c882a..cebd340a 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, pFbdwwWWui) GO(xcb_image_get_pixel, uFpuu) GO(xcb_image_native, pFppi) -GO(xcb_image_put, uFbpuupwwC) +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) |