Launcher: Fixed launcher position in infobar.

This commit is contained in:
Guillaume B 2009-07-05 22:46:44 +02:00
parent 2885309b83
commit 0acbad7289

View File

@ -63,9 +63,9 @@ launcher_execute(Launcher launcher)
XGrabKeyboard(dpy, ROOT, True, GrabModeAsync, GrabModeAsync, CurrentTime);
bw = barwin_create(infobar[selscreen].bar->win, x, 0,
infobar[selscreen].bar->geo.width - x,
infobar[selscreen].bar->geo.height,
bw = barwin_create(infobar[selscreen].bar->win, x, 1,
infobar[selscreen].bar->geo.width - x - 1,
infobar[selscreen].bar->geo.height - 2,
infobar[selscreen].bar->bg,
infobar[selscreen].bar->fg,
False, False, conf.border.bar);