removed unnecessary Xlib call

This commit is contained in:
Anselm R. Garbe
2006-08-24 09:27:01 +02:00
parent 0ffd139f2c
commit 30d72e5f87
2 changed files with 2 additions and 2 deletions

1
main.c
View File

@ -337,6 +337,7 @@ main(int argc, char *argv[])
/* pixmap */
dc.drawable = XCreatePixmap(dpy, root, mw, mh, DefaultDepth(dpy, screen));
dc.gc = XCreateGC(dpy, root, 0, 0);
XSetLineAttributes(dpy, dc.gc, 1, LineSolid, CapButt, JoinMiter);
if(maxname)
cmdw = textw(maxname);