about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxft.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibxft.c')
-rwxr-xr-xsrc/wrapped/wrappedlibxft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibxft.c b/src/wrapped/wrappedlibxft.c
index 9280239c..b779f938 100755
--- a/src/wrapped/wrappedlibxft.c
+++ b/src/wrapped/wrappedlibxft.c
@@ -15,7 +15,7 @@ const char* libxftName = "libXft.so.2";
 #define LIBNAME libxft
 
 #define CUSTOM_INIT \
-    setNeededLibs(&lib->priv.w, 4,  \
+    setNeededLibs(lib, 4,           \
         "libX11.so.6",              \
         "libfontconfig.so.1",       \
         "libXrender.so.1",          \