added screen.c, removed layout.c and tag.c

This commit is contained in:
Anselm R. Garbe
2007-08-19 10:57:02 +02:00
parent 96d7fe16ea
commit 47765f7286
7 changed files with 217 additions and 230 deletions

2
main.c
View File

@ -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();
}
/*