about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-11-27 10:30:04 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-11-27 10:30:04 +0100
commite5b16e9ef108c741343cbbaaca2d26f264d93c9a (patch)
treed368719919556dc1b80e938cf04376dbc7219e09
parentea64f8453f1694ae93fa9e5962738782a6d5553e (diff)
downloadbox64-e5b16e9ef108c741343cbbaaca2d26f264d93c9a.tar.gz
box64-e5b16e9ef108c741343cbbaaca2d26f264d93c9a.zip
Added a few wrapped libxcb and xcbrandr function (for Recursed)
-rw-r--r--src/wrapped/wrappedlibxcb_private.h10
-rw-r--r--src/wrapped/wrappedlibxcbrandr_private.h16
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,