mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
border width/color makes no sense on menuwin
This commit is contained in:
parent
e91c716262
commit
27854d9061
4
menu.c
4
menu.c
@ -81,9 +81,7 @@ static int menu_keycode(XKeyEvent *, enum ctltype *,
|
|||||||
void
|
void
|
||||||
menu_init(struct screen_ctx *sc)
|
menu_init(struct screen_ctx *sc)
|
||||||
{
|
{
|
||||||
sc->menuwin = XCreateSimpleWindow(X_Dpy, sc->rootwin, 0, 0, 1, 1,
|
sc->menuwin = XCreateSimpleWindow(X_Dpy, sc->rootwin, 0, 0, 1, 1, 0, 0,
|
||||||
Conf.bwidth,
|
|
||||||
sc->xftcolor[CWM_COLOR_MENU_FG].pixel,
|
|
||||||
sc->xftcolor[CWM_COLOR_MENU_BG].pixel);
|
sc->xftcolor[CWM_COLOR_MENU_BG].pixel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user