cvsimport

* refs/heads/master:
  cwm: fix a semi-transparency border issue with some applications
This commit is contained in:
op 2023-03-22 08:27:36 +00:00
commit 73cef0ffb0
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,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