diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-18 18:27:28 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-18 18:27:28 +0100 |
| commit | 75083907470b3068e44cf60cd28d2055c8a2a877 (patch) | |
| tree | 53e7fe52261bf98cb521daaa0cdd1fe45bae634d /src | |
| parent | 67620b7948016ab08cc509199dfa422ae421abb8 (diff) | |
| download | box64-75083907470b3068e44cf60cd28d2055c8a2a877.tar.gz box64-75083907470b3068e44cf60cd28d2055c8a2a877.zip | |
Added 1 wrapped function to libxcb (and fixed 1 signature) (for #479)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibxcb_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibxcb_private.h b/src/wrapped/wrappedlibxcb_private.h index e4970751..3ba495bb 100755 --- a/src/wrapped/wrappedlibxcb_private.h +++ b/src/wrapped/wrappedlibxcb_private.h @@ -571,8 +571,8 @@ GO(xcb_set_input_focus, pFpCuu) // xcb_void_cookie_t is a struct with only 1 uin //GO(xcb_set_pointer_mapping_unchecked, //GO(xcb_set_screen_saver, //GO(xcb_set_screen_saver_checked, -GO(xcb_set_selection_owner, pFpuuu) -//GO(xcb_set_selection_owner_checked, +GO(xcb_set_selection_owner, pFppppp) +GO(xcb_set_selection_owner_checked, pFppppp) //GO(xcb_setup_authenticate_end, //GO(xcb_setup_authenticate_next, //GO(xcb_setup_authenticate_reason, |