fixed bpos init

This commit is contained in:
Anselm R. Garbe 2007-05-15 13:23:51 +02:00
parent 2aef8b9b4c
commit cf58091736

1
main.c
View file

@ -194,6 +194,7 @@ setup(void) {
DefaultDepth(dpy, screen), CopyFromParent, DefaultVisual(dpy, screen),
CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa);
XDefineCursor(dpy, barwin, cursor[CurNormal]);
bpos = BARPOS;
updatebarpos();
XMapRaised(dpy, barwin);
strcpy(stext, "dwm-"VERSION);