From 40fa3368291a37d026abde538fcb8b084fc6a1fc Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 24 Sep 2022 08:55:37 +0200 Subject: Added a few xcb_randr wrapped functions (for #287) --- src/wrapped/wrappedlibxcbrandr_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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) -- cgit 1.4.1