border width/color makes no sense on menuwin

This commit is contained in:
okan 2013-05-06 16:00:34 +00:00
parent e91c716262
commit 27854d9061

4
menu.c
View File

@ -81,9 +81,7 @@ static int menu_keycode(XKeyEvent *, enum ctltype *,
void
menu_init(struct screen_ctx *sc)
{
sc->menuwin = XCreateSimpleWindow(X_Dpy, sc->rootwin, 0, 0, 1, 1,
Conf.bwidth,
sc->xftcolor[CWM_COLOR_MENU_FG].pixel,
sc->menuwin = XCreateSimpleWindow(X_Dpy, sc->rootwin, 0, 0, 1, 1, 0, 0,
sc->xftcolor[CWM_COLOR_MENU_BG].pixel);
}