diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-10 18:19:48 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-10 18:19:48 +0100 |
| commit | e6d1bf78a640b77d25f933dca0d75f91e20b6a1d (patch) | |
| tree | ccf099e562e3ca17dcb3e29a3871099fd5d88225 /src/wrapped32/generated | |
| parent | b4b8617a92ab7768d7a33451321cd64cb3e8ad8b (diff) | |
| download | box64-e6d1bf78a640b77d25f933dca0d75f91e20b6a1d.tar.gz box64-e6d1bf78a640b77d25f933dca0d75f91e20b6a1d.zip | |
[BOX32][WRAPPER] Added 1 more 32bits libX11 wrapped function
Diffstat (limited to 'src/wrapped32/generated')
| -rw-r--r-- | src/wrapped32/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped32/generated/wrappedlibx11types32.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt index 434e26ea..c4b00fe9 100644 --- a/src/wrapped32/generated/functions_list.txt +++ b/src/wrapped32/generated/functions_list.txt @@ -2259,6 +2259,7 @@ wrappedlibx11: - XGetEventData - XNextEvent - XPeekEvent + - XPutBackEvent - LFpi: - XLookupKeysym - pFiV: diff --git a/src/wrapped32/generated/wrappedlibx11types32.h b/src/wrapped32/generated/wrappedlibx11types32.h index e3bcafe0..3f64fa88 100644 --- a/src/wrapped32/generated/wrappedlibx11types32.h +++ b/src/wrapped32/generated/wrappedlibx11types32.h @@ -90,6 +90,7 @@ typedef uintptr_t (*LFXLiiuuuiupLp_t)(void*, uintptr_t, int32_t, int32_t, uint32 GO(XGetEventData, iFXp_t) \ GO(XNextEvent, iFXp_t) \ GO(XPeekEvent, iFXp_t) \ + GO(XPutBackEvent, iFXp_t) \ GO(XLookupKeysym, LFpi_t) \ GO(XVaCreateNestedList, pFiV_t) \ GO(XCreateIC, pFpV_t) \ |