Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/wrapped32/generated/functions_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3161,8 +3161,6 @@ wrappedlibx11:
- XkbGetMap
- vFXLpL:
- XSetWMSizeHints
- iFpppp:
- XPeekIfEvent
- iFXLip:
- XCheckTypedWindowEvent
- iFXLlp:
Expand All @@ -3183,6 +3181,7 @@ wrappedlibx11:
- iFXppp:
- XCheckIfEvent
- XIfEvent
- XPeekIfEvent
- LFXLpi:
- XCreateColormap
- pFXCip:
Expand Down
3 changes: 1 addition & 2 deletions src/wrapped32/generated/wrappedlibx11types32.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ typedef void* (*pFXip_t)(void*, int32_t, void*);
typedef void* (*pFXCL_t)(void*, uint8_t, uintptr_t);
typedef void* (*pFXuu_t)(void*, uint32_t, uint32_t);
typedef void (*vFXLpL_t)(void*, uintptr_t, void*, uintptr_t);
typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
typedef int32_t (*iFXLip_t)(void*, uintptr_t, int32_t, void*);
typedef int32_t (*iFXLlp_t)(void*, uintptr_t, intptr_t, void*);
typedef int32_t (*iFXLLp_t)(void*, uintptr_t, uintptr_t, void*);
Expand Down Expand Up @@ -154,7 +153,6 @@ typedef uintptr_t (*LFXLiiuuuiupLp_t)(void*, uintptr_t, int32_t, int32_t, uint32
GO(_XGetRequest, pFXCL_t) \
GO(XkbGetMap, pFXuu_t) \
GO(XSetWMSizeHints, vFXLpL_t) \
GO(XPeekIfEvent, iFpppp_t) \
GO(XCheckTypedWindowEvent, iFXLip_t) \
GO(XCheckWindowEvent, iFXLlp_t) \
GO(XWindowEvent, iFXLlp_t) \
Expand All @@ -168,6 +166,7 @@ typedef uintptr_t (*LFXLiiuuuiupLp_t)(void*, uintptr_t, int32_t, int32_t, uint32
GO(_XReply, iFXpii_t) \
GO(XCheckIfEvent, iFXppp_t) \
GO(XIfEvent, iFXppp_t) \
GO(XPeekIfEvent, iFXppp_t) \
GO(XCreateColormap, LFXLpi_t) \
GO(XGetKeyboardMapping, pFXCip_t) \
GO(XGetVisualInfo, pFXlpp_t) \
Expand Down
4 changes: 2 additions & 2 deletions src/wrapped32/wrappedlibx11_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,8 @@ GO(XOpenOM, pFXppp)
//GO(_XParseBaseFontNameList,
GO(XParseColor, iFXLpbLWWWcc_)
GO(XParseGeometry, iFppppp)
GOM(XPeekEvent, iFEXp) // Warning: failed to confirm
GOM(XPeekIfEvent, iFEpppp)
GOM(XPeekEvent, iFEXp)
GOM(XPeekIfEvent, iFEXppp)
GO(XPending, iFX)
GO(Xpermalloc, pFu)
//GOM(XPlanesOfScreen, iFEbpXLiiiiipippLLLiiiil_)
Expand Down
Loading