diff options
| author | Coreforge <60949392+Coreforge@users.noreply.github.com> | 2024-02-10 19:15:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 19:15:06 +0100 |
| commit | fed47bea4acd8fcdd39356b84f5b16080f19fa65 (patch) | |
| tree | 419452945b60517aaeace85aa7e88af584e587bb /src | |
| parent | 213c0638959b71a12cb2f2c907d4552f0cdc8917 (diff) | |
| download | box64-fed47bea4acd8fcdd39356b84f5b16080f19fa65.tar.gz box64-fed47bea4acd8fcdd39356b84f5b16080f19fa65.zip | |
more wrapped functions in libxcb-randr and libcap (#1260)
* wrapped a few xcbrandr functions for steamvr * wrapped parts of libcap for vrcompositor-launcher
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedcap_private.h | 8 | ||||
| -rw-r--r-- | src/wrapped/wrappedlibxcbrandr_private.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/wrapped/wrappedcap_private.h b/src/wrapped/wrappedcap_private.h index c523ad64..a09c9393 100644 --- a/src/wrapped/wrappedcap_private.h +++ b/src/wrapped/wrappedcap_private.h @@ -9,7 +9,7 @@ //GO(cap_copy_int, //GO(cap_drop_bound, //GO(cap_dup, -//GO(cap_free, +GO(cap_free, iFp) //GO(cap_from_name, //GO(cap_from_text, //GO(cap_get_ambient, @@ -21,7 +21,7 @@ //GO(cap_get_nsowner, //GO(capgetp, //GO(cap_get_pid, -//GO(cap_get_proc, +GO(cap_get_proc, pFi) //GO(cap_get_secbits, //GO(cap_iab_fill, //GO(cap_iab_from_text, @@ -46,12 +46,12 @@ //GO(cap_set_ambient, //GO(cap_set_fd, //GO(cap_set_file, -//GO(cap_set_flag, +GO(cap_set_flag, iFpiipi) //GO(cap_setgroups, //GO(cap_set_mode, //GO(cap_set_nsowner, //GO(capsetp, -//GO(cap_set_proc, +GO(cap_set_proc, iFp) //GO(cap_set_secbits, //GO(cap_set_syscall, //GO(cap_setuid, diff --git a/src/wrapped/wrappedlibxcbrandr_private.h b/src/wrapped/wrappedlibxcbrandr_private.h index bb62ae3d..b7ec2a26 100644 --- a/src/wrapped/wrappedlibxcbrandr_private.h +++ b/src/wrapped/wrappedlibxcbrandr_private.h @@ -101,9 +101,9 @@ GO(xcb_randr_get_output_info, pFbppu) //GO(xcb_randr_get_output_info_crtcs, //GO(xcb_randr_get_output_info_crtcs_end, //GO(xcb_randr_get_output_info_crtcs_length, -//GO(xcb_randr_get_output_info_modes, +GO(xcb_randr_get_output_info_modes, pFp) //GO(xcb_randr_get_output_info_modes_end, -//GO(xcb_randr_get_output_info_modes_length, +GO(xcb_randr_get_output_info_modes_length, iFp) 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) @@ -185,9 +185,9 @@ GO(xcb_randr_get_screen_resources_current_outputs_length, iFp) GO(xcb_randr_get_screen_resources_current_reply, pFbup) //GO(xcb_randr_get_screen_resources_current_sizeof, GO(xcb_randr_get_screen_resources_current_unchecked, pFbpu) -//GO(xcb_randr_get_screen_resources_modes, +GO(xcb_randr_get_screen_resources_modes, pFp) //GO(xcb_randr_get_screen_resources_modes_iterator, -//GO(xcb_randr_get_screen_resources_modes_length, +GO(xcb_randr_get_screen_resources_modes_length, iFp) //GO(xcb_randr_get_screen_resources_names, //GO(xcb_randr_get_screen_resources_names_end, //GO(xcb_randr_get_screen_resources_names_length, |