diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-09-24 08:55:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-09-24 08:55:37 +0200 |
| commit | 40fa3368291a37d026abde538fcb8b084fc6a1fc (patch) | |
| tree | 81a35a35821edd4a05f3a9b757188eaa48a2f8a3 /src/wrapped | |
| parent | fa93803b452c31d58e03d18442853cdbe5695734 (diff) | |
| download | box64-40fa3368291a37d026abde538fcb8b084fc6a1fc.tar.gz box64-40fa3368291a37d026abde538fcb8b084fc6a1fc.zip | |
Added a few xcb_randr wrapped functions (for #287)
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappedlibxcbrandr_private.h | 6 |
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) |