diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-18 10:23:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-18 10:23:08 +0200 |
| commit | 3598f2855f48f2a50feaa834afd4da1bc7291f91 (patch) | |
| tree | ef0dd09f5c67c6360600519bceaa1754aa895ef0 /src/wrapped32/generated | |
| parent | f36a479d0f759aa0687cb361ac7b2bdcc906dbb6 (diff) | |
| download | box64-3598f2855f48f2a50feaa834afd4da1bc7291f91.tar.gz box64-3598f2855f48f2a50feaa834afd4da1bc7291f91.zip | |
[BOX32] A few more X11 wrapped functions and fixes
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 793db726..74d64986 100644 --- a/src/wrapped32/generated/functions_list.txt +++ b/src/wrapped32/generated/functions_list.txt @@ -2094,6 +2094,7 @@ wrappedlibx11: - iFXLpi: - XQueryColors - XSetWMProtocols + - XStoreColors - iFXLpp: - XGetWMNormalHints - iFXppp: diff --git a/src/wrapped32/generated/wrappedlibx11types32.h b/src/wrapped32/generated/wrappedlibx11types32.h index 055fee0d..ae0d36f1 100644 --- a/src/wrapped32/generated/wrappedlibx11types32.h +++ b/src/wrapped32/generated/wrappedlibx11types32.h @@ -113,6 +113,7 @@ typedef uintptr_t (*LFXLiiuuuiupLp_t)(void*, uintptr_t, int32_t, int32_t, uint32 GO(XChangeWindowAttributes, iFXLLp_t) \ GO(XQueryColors, iFXLpi_t) \ GO(XSetWMProtocols, iFXLpi_t) \ + GO(XStoreColors, iFXLpi_t) \ GO(XGetWMNormalHints, iFXLpp_t) \ GO(XCheckIfEvent, iFXppp_t) \ GO(XIfEvent, iFXppp_t) \ |