JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added screen.c, removed layout.c and tag.c
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 9127d16..35a3a78 100644 (file)
--- a/main.c
+++ b/main.c
@@ -206,7 +206,7 @@ setup(void) {
                XSetFont(dpy, dc.gc, dc.font.xfont->fid);
        /* multihead support */
        selscreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
-       loaddwmprops();
+       getdwmprops();
 }
 
 /*