diff options
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) \ |