diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-04 09:59:57 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-04 09:59:57 +0100 |
| commit | 59ba5b7f0e9784cfa1d7cb9d2a350f3c2f6d4dda (patch) | |
| tree | e0c87302a36db3dc4f89343b0c0a80466e2b2b87 /src | |
| parent | 474a43a424494acc8e3d62dc1de2038d97d16937 (diff) | |
| download | box64-59ba5b7f0e9784cfa1d7cb9d2a350f3c2f6d4dda.tar.gz box64-59ba5b7f0e9784cfa1d7cb9d2a350f3c2f6d4dda.zip | |
[BOX32][WRAPPER] Fixed a typo in Xcursor wrapping (should help #2109)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped32/wrappedlibxcursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedlibxcursor.c b/src/wrapped32/wrappedlibxcursor.c index 2e2a416c..d6ebb672 100644 --- a/src/wrapped32/wrappedlibxcursor.c +++ b/src/wrapped32/wrappedlibxcursor.c @@ -167,7 +167,7 @@ EXPORT void* my32_XcursorImagesCreate(x64emu_t* emu, int n) EXPORT void my32_XcursorImagesDestroy(x64emu_t* emu, void* images) { - inplace_XcursorCursors_enlarge(images); + inplace_XcursorImages_enlarge(images); my->XcursorImagesDestroy(images); } |