diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 17:43:38 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 17:43:38 +0100 |
| commit | 788724a1ca148d216d535b6901d0cbedf75b14ba (patch) | |
| tree | 2c51792f9b00cbbffc5375d5ae45d5899754aa67 /src | |
| parent | d577eb338cf708652deaa5763d3a2eaca077db22 (diff) | |
| download | box64-788724a1ca148d216d535b6901d0cbedf75b14ba.tar.gz box64-788724a1ca148d216d535b6901d0cbedf75b14ba.zip | |
Added 1 more libxcb wrapped function (for Heroic)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibxcb_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxcb_private.h b/src/wrapped/wrappedlibxcb_private.h index 470624e3..2dfeb1ff 100755 --- a/src/wrapped/wrappedlibxcb_private.h +++ b/src/wrapped/wrappedlibxcb_private.h @@ -533,7 +533,7 @@ GO(xcb_screen_next, vFp) //GO(xcb_segment_next, GO(xcb_send_event, pFpCpup) GO(xcb_send_event_checked, pFpCpup) -//GO(xcb_send_fd, +GO(xcb_send_fd, vFpi) GO(xcb_send_request, uFpipp) GO(xcb_send_request64, UFpipp) GO(xcb_send_request_with_fds, uFpippup) |