diff options
author | Anselm R. Garbe | 2007-05-15 13:23:51 +0200 |
---|---|---|
committer | Anselm R. Garbe | 2007-05-15 13:23:51 +0200 |
commit | cf58091736de194fabfd25420bbd1999b4ad3360 (patch) | |
tree | 77aaa2f837f06deefbea85fdd99a7310066d6f07 | |
parent | 2aef8b9b4ce0900d241c60cb3a07e111c825d13a (diff) |
fixed bpos init
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |