about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibxext.c')
-rwxr-xr-xsrc/wrapped/wrappedlibxext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxext.c b/src/wrapped/wrappedlibxext.c
index 56c563bc..7d8aebc2 100755
--- a/src/wrapped/wrappedlibxext.c
+++ b/src/wrapped/wrappedlibxext.c
@@ -216,7 +216,7 @@ EXPORT void* my_XextAddDisplay(x64emu_t* emu, void* extinfo, void* dpy, void* ex
 
 #define CUSTOM_INIT                 \
     getMy(lib);                     \
-    setNeededLibs(&lib->priv.w, 5,  \
+    setNeededLibs(lib, 5,           \
         "libX11.so.6",              \
         "libxcb.so.1",              \
         "libXau.so.6",              \