about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped32/wrappedlibxcursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedlibxcursor.c b/src/wrapped32/wrappedlibxcursor.c
index 4a99f1e2..f03ac6dc 100644
--- a/src/wrapped32/wrappedlibxcursor.c
+++ b/src/wrapped32/wrappedlibxcursor.c
@@ -151,7 +151,7 @@ EXPORT void my32_XcursorImageDestroy(x64emu_t* emu, void* image)
 	my->XcursorImageDestroy(image);
 }
 
-EXPORT unsigned long my32_XcursorImageLoadCursor(x64emu_t*, void* dpy, void* image)
+EXPORT unsigned long my32_XcursorImageLoadCursor(x64emu_t* emu, void* dpy, void* image)
 {
 	inplace_XcursorImage_enlarge(image);
 	unsigned long ret = my->XcursorImageLoadCursor(dpy, image);