diff --git a/menu.c b/menu.c index 898bf2c..10af051 100644 --- a/menu.c +++ b/menu.c @@ -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); }