Logos: Remove logos directory

This commit is contained in:
Martin Duquesnoy
2009-05-27 14:11:40 +02:00
parent 46cf839e97
commit 5d1c52d0b8
6 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ barwin_refresh(BarWindow *bw)
if(!bw || !bw->dr || !bw->win)
return;
XCopyArea(dpy, bw->dr, bw->win, gc, 0, 0, bw->geo.width , bw->geo.height, 0, 0);
XCopyArea(dpy, bw->dr, bw->win, gc, 0, 0, bw->geo.width, bw->geo.height, 0, 0);
return;
}

View File

@@ -82,7 +82,7 @@ infobar_init(void)
}
/* Create layout switch barwindow */
infobar[sc].layout_button = barwin_create(infobar[sc].bar->win, j + PAD / 2 , 0,
infobar[sc].layout_button = barwin_create(infobar[sc].bar->win, j + PAD / 2, 0,
textw(tags[sc][seltag[sc]].layout.symbol) + PAD,
infobar[sc].geo.height,
conf.colors.layout_bg, conf.colors.layout_fg,