about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibxpm.c')
-rwxr-xr-xsrc/wrapped/wrappedlibxpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxpm.c b/src/wrapped/wrappedlibxpm.c
index 38fd353f..b978082c 100755
--- a/src/wrapped/wrappedlibxpm.c
+++ b/src/wrapped/wrappedlibxpm.c
@@ -15,6 +15,6 @@ const char* libxpmName = "libXpm.so.4";
 #define LIBNAME libxpm
 
 #define CUSTOM_INIT \
-    setNeededLibs(&lib->priv.w, 2, "libX11.so.6", "libXext.so.6");
+    setNeededLibs(lib, 2, "libX11.so.6", "libXext.so.6");
 
 #include "wrappedlib_init.h"
\ No newline at end of file