diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-03 18:45:46 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-03 18:45:46 +0100 |
| commit | fb276bdc6bf02cc1781da2eaf1b60e824d840b8b (patch) | |
| tree | bebc487e28c45d1977476f11a562cf87bb6024e2 /src/wrapped32/wrappedlibxcursor_private.h | |
| parent | 1c1a26626ba1ceda224757ccaf8483534885cbe3 (diff) | |
| download | box64-fb276bdc6bf02cc1781da2eaf1b60e824d840b8b.tar.gz box64-fb276bdc6bf02cc1781da2eaf1b60e824d840b8b.zip | |
[BOX32][WRAPER] Fixed Xcursor wrapping
Diffstat (limited to 'src/wrapped32/wrappedlibxcursor_private.h')
| -rw-r--r-- | src/wrapped32/wrappedlibxcursor_private.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/wrapped32/wrappedlibxcursor_private.h b/src/wrapped32/wrappedlibxcursor_private.h index 7d2a07ee..e404911f 100644 --- a/src/wrapped32/wrappedlibxcursor_private.h +++ b/src/wrapped32/wrappedlibxcursor_private.h @@ -31,14 +31,14 @@ GOM(XcursorCursorsDestroy, vFEp) //GO(_XcursorGetDisplayInfo, //GO(XcursorGetTheme, pFp) //GO(XcursorGetThemeCore, iFp) -GO(XcursorImageCreate, pFii) -GO(XcursorImageDestroy, vFp) +GOM(XcursorImageCreate, pFEii) +GOM(XcursorImageDestroy, vFEp) //GOM(XcursorImageHash, vFEpp) // needs unbridge XImage (first p) -GO(XcursorImageLoadCursor, LFXp) -GO(XcursorImagesCreate, pFi) -GO(XcursorImagesDestroy, vFp) -GO(XcursorImagesLoadCursor, LFXp) -//GO(XcursorImagesLoadCursors, pFpp) +GOM(XcursorImageLoadCursor, LFEXp) +GOM(XcursorImagesCreate, pFEi) +GOM(XcursorImagesDestroy, vFEp) +GOM(XcursorImagesLoadCursor, LFEXp) +GOM(XcursorImagesLoadCursors, pFEXp) //GO(XcursorImagesSetName, vFpp) GO(XcursorLibraryLoadCursor, LFXp) //GO(XcursorLibraryLoadCursors, pFpp) |