Merge branch 'linux' of https://github.com/leahneukirchen/cwm into patched

This commit is contained in:
yosh 2023-04-15 13:53:21 -04:00
commit 08ae5aeca5
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ client_draw_border(struct client_ctx *cc)
pixel = sc->xftcolor[CWM_COLOR_BORDER_URGENCY].pixel;
XSetWindowBorderWidth(X_Dpy, cc->win, (unsigned int)cc->bwidth);
XSetWindowBorder(X_Dpy, cc->win, pixel);
XSetWindowBorder(X_Dpy, cc->win, pixel | (0xffu << 24));
}
static void