Skip to content

Commit

Permalink
[BOX32][WRAPPER] Added a couple of 32bits libx11 functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Sep 22, 2024
1 parent cf87ae2 commit 60c469e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/wrapped/wrappedlibx11_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ GO(_XUnknownWireEvent, iFppp)
GO(_XUnknownWireEventCookie, iFppp)
GO(XUnloadFont, iFpL)
GO(XUnlockDisplay, vFp)
DATAM(_XUnlockMutex_fn, sizeof(void*))
DATA(_XUnlockMutex_fn, sizeof(void*))
GO(XUnmapSubwindows, iFpL)
GO(XUnmapWindow, iFpL)
//GO(_XUnregisterFilter,
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 @@ -422,7 +422,7 @@ GOM(XGetSubImage, pFEXLiiuuLipii)
//GO(XGetWMProtocols, iFpLpp)
//GO(XGetWMSizeHints, iFpLppL)
//GO(XGetZoomHints, iFpLp)
//DATAB(_Xglobal_lock, 4)
DATAB(_Xglobal_lock, 4)
GO(XGrabButton, iFXuuLiuiiLL)
GO(XGrabKey, iFXiuLiii)
GO(XGrabKeyboard, iFXLiiiL)
Expand Down Expand Up @@ -1158,7 +1158,7 @@ GO(XUndefineCursor, iFXL)
//GO(_XUnknownWireEventCookie, iFppp)
//GO(XUnloadFont, iFpL)
GO(XUnlockDisplay, vFX)
DATAM(_XUnlockMutex_fn, 4)
DATA(_XUnlockMutex_fn, 4)
//GO(XUnmapSubwindows, iFpL)
//GO(XUnmapWindow, iFpL)
//GO(_XUnregisterFilter,
Expand Down

0 comments on commit 60c469e

Please sign in to comment.