aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-19 10:57:02 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-19 10:57:02 +0200
commit47765f728614c348aa7dfc2eed6f754efc376922 (patch)
tree47f8667ef723767ec41df2403bdce1ee80dccd17 /main.c
parent96d7fe16eaf6b656800f08da3156bacd75ca3b08 (diff)
added screen.c, removed layout.c and tag.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9127d16..35a3a78 100644
--- 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();
}
/*