about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxrandr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibxrandr.c')
-rwxr-xr-xsrc/wrapped/wrappedlibxrandr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxrandr.c b/src/wrapped/wrappedlibxrandr.c
index 054864ae..b74cca04 100755
--- a/src/wrapped/wrappedlibxrandr.c
+++ b/src/wrapped/wrappedlibxrandr.c
@@ -21,7 +21,7 @@ const char* libxrandrName = "libXrandr.so.2";
 #define LIBNAME libxrandr
 
 #define CUSTOM_INIT \
-    setNeededLibs(&lib->priv.w, 3,  \
+    setNeededLibs(lib, 3,           \
         "libX11.so.6",              \
         "libXext.so.6",             \
         "libXrender.so.1");