fixed bpos init cf580917
Anselm R. Garbe · 2007-05-15 13:23 1 file(s) · +1 −0
main.c +1 −0
194 194
			DefaultDepth(dpy, screen), CopyFromParent, DefaultVisual(dpy, screen),
195 195
			CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa);
196 196
	XDefineCursor(dpy, barwin, cursor[CurNormal]);
197 +
	bpos = BARPOS;
197 198
	updatebarpos();
198 199
	XMapRaised(dpy, barwin);
199 200
	strcpy(stext, "dwm-"VERSION);