about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-09-24 08:55:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-09-24 08:55:37 +0200
commit40fa3368291a37d026abde538fcb8b084fc6a1fc (patch)
tree81a35a35821edd4a05f3a9b757188eaa48a2f8a3
parentfa93803b452c31d58e03d18442853cdbe5695734 (diff)
downloadbox64-40fa3368291a37d026abde538fcb8b084fc6a1fc.tar.gz
box64-40fa3368291a37d026abde538fcb8b084fc6a1fc.zip
Added a few xcb_randr wrapped functions (for #287)
-rwxr-xr-xsrc/wrapped/wrappedlibxcbrandr_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibxcbrandr_private.h b/src/wrapped/wrappedlibxcbrandr_private.h
index 8cae0c5f..872f0659 100755
--- a/src/wrapped/wrappedlibxcbrandr_private.h
+++ b/src/wrapped/wrappedlibxcbrandr_private.h
@@ -104,9 +104,9 @@ GO(xcb_randr_get_output_info, pFpppu)
 //GO(xcb_randr_get_output_info_modes, 
 //GO(xcb_randr_get_output_info_modes_end, 
 //GO(xcb_randr_get_output_info_modes_length, 
-//GO(xcb_randr_get_output_info_name, 
-//GO(xcb_randr_get_output_info_name_end, 
-//GO(xcb_randr_get_output_info_name_length, 
+GO(xcb_randr_get_output_info_name, pFp)
+GO(xcb_randr_get_output_info_name_end, pFp)
+GO(xcb_randr_get_output_info_name_length, iFp)
 GO(xcb_randr_get_output_info_reply, pFpup)
 //GO(xcb_randr_get_output_info_sizeof, 
 GO(xcb_randr_get_output_info_unchecked, pFpppu)