diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibxcb_private.h | 10 | ||||
| -rw-r--r-- | src/wrapped/wrappedlibxcbrandr_private.h | 16 |
2 files changed, 13 insertions, 13 deletions
diff --git a/src/wrapped/wrappedlibxcb_private.h b/src/wrapped/wrappedlibxcb_private.h index 10988e21..1ae141d6 100644 --- a/src/wrapped/wrappedlibxcb_private.h +++ b/src/wrapped/wrappedlibxcb_private.h @@ -207,7 +207,7 @@ GO(xcb_free_cursor, pFpp) GO(xcb_free_gc, pFpu) //GO(xcb_free_gc_checked, GO(xcb_free_pixmap, pFpu) -//GO(xcb_free_pixmap_checked, +GO(xcb_free_pixmap_checked, pFpu) //GO(xcb_gcontext_end, //GO(xcb_gcontext_next, GO(xcb_generate_id, uFp) @@ -462,7 +462,7 @@ GO(xcb_popcount, iFu) GO(xcb_prefetch_extension_data, vFpp) GO(xcb_prefetch_maximum_request_length, vFp) GO(xcb_put_image, pFpCuuWWwwCCup) -//GO(xcb_put_image_checked, +GO(xcb_put_image_checked, pFpCuuWWwwCCup) //GO(xcb_put_image_data, //GO(xcb_put_image_data_end, //GO(xcb_put_image_data_length, @@ -491,9 +491,9 @@ GO(xcb_put_image, pFpCuuWWwwCCup) //GO(xcb_query_font_reply, //GO(xcb_query_font_sizeof, //GO(xcb_query_font_unchecked, -//GO(xcb_query_keymap, -//GO(xcb_query_keymap_reply, -//GO(xcb_query_keymap_unchecked, +GO(xcb_query_keymap, pFpp) +GO(xcb_query_keymap_reply, pFpup) +GO(xcb_query_keymap_unchecked, pFpp) GO(xcb_query_pointer, pFpu) GO(xcb_query_pointer_reply, pFpup) //GO(xcb_query_pointer_unchecked, diff --git a/src/wrapped/wrappedlibxcbrandr_private.h b/src/wrapped/wrappedlibxcbrandr_private.h index 47a9c4c9..88b7aa18 100644 --- a/src/wrapped/wrappedlibxcbrandr_private.h +++ b/src/wrapped/wrappedlibxcbrandr_private.h @@ -156,15 +156,15 @@ GO(xcb_randr_get_output_property_reply, pFpup) //GO(xcb_randr_get_providers_reply, //GO(xcb_randr_get_providers_sizeof, //GO(xcb_randr_get_providers_unchecked, -//GO(xcb_randr_get_screen_info, -//GO(xcb_randr_get_screen_info_rates_iterator, -//GO(xcb_randr_get_screen_info_rates_length, -//GO(xcb_randr_get_screen_info_reply, +GO(xcb_randr_get_screen_info, pFppu) +GO(xcb_randr_get_screen_info_rates_iterator, pFpp) +GO(xcb_randr_get_screen_info_rates_length, iFp) +GO(xcb_randr_get_screen_info_reply, pFpup) //GO(xcb_randr_get_screen_info_sizeof, -//GO(xcb_randr_get_screen_info_sizes, -//GO(xcb_randr_get_screen_info_sizes_iterator, -//GO(xcb_randr_get_screen_info_sizes_length, -//GO(xcb_randr_get_screen_info_unchecked, +GO(xcb_randr_get_screen_info_sizes, pFp) +GO(xcb_randr_get_screen_info_sizes_iterator, pFpp) +GO(xcb_randr_get_screen_info_sizes_length, iFp) +GO(xcb_randr_get_screen_info_unchecked, pFppu) GO(xcb_randr_get_screen_resources, pFppu) //GO(xcb_randr_get_screen_resources_crtcs, //GO(xcb_randr_get_screen_resources_crtcs_end, |