changing tag indicator through underline

This commit is contained in:
Anselm R. Garbe
2006-08-24 09:25:10 +02:00
parent 77e5f3167c
commit 2e834e941f
2 changed files with 17 additions and 26 deletions

1
main.c
View File

@ -145,6 +145,7 @@ setup()
dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dpy, screen));
dc.gc = XCreateGC(dpy, root, 0, 0);
XSetLineAttributes(dpy, dc.gc, 1, LineSolid, CapButt, JoinMiter);
issel = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
strcpy(stext, "dwm-"VERSION);