diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 17:12:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 17:12:47 +0100 |
| commit | 5bb3d8a24ddcff28a418a5fa9c7eda43ef3b690d (patch) | |
| tree | 8baa533e82eb95ba787c26322761cb2571b5e8df /src/wrapped/wrappedlibxcbxfixes_private.h | |
| parent | 1de683efa42d652855144cfa7e56f1d629511fd0 (diff) | |
| download | box64-5bb3d8a24ddcff28a418a5fa9c7eda43ef3b690d.tar.gz box64-5bb3d8a24ddcff28a418a5fa9c7eda43ef3b690d.zip | |
Added some wrapped function to mostly xcb libs (for #468)
Diffstat (limited to 'src/wrapped/wrappedlibxcbxfixes_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibxcbxfixes_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibxcbxfixes_private.h b/src/wrapped/wrappedlibxcbxfixes_private.h index 5ad04c93..f54d7624 100755 --- a/src/wrapped/wrappedlibxcbxfixes_private.h +++ b/src/wrapped/wrappedlibxcbxfixes_private.h @@ -89,8 +89,8 @@ GO(xcb_xfixes_query_version_unchecked, pFpuu) //GO(xcb_xfixes_region_next, //GO(xcb_xfixes_select_cursor_input, //GO(xcb_xfixes_select_cursor_input_checked, -//GO(xcb_xfixes_select_selection_input, -//GO(xcb_xfixes_select_selection_input_checked, +GO(xcb_xfixes_select_selection_input, pFppppu) +GO(xcb_xfixes_select_selection_input_checked, pFppppu) //GO(xcb_xfixes_set_cursor_name, //GO(xcb_xfixes_set_cursor_name_checked, //GO(xcb_xfixes_set_cursor_name_name, |