From a93397e286800b3734bae1dc09817e3c4acee7e6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 29 Jun 2025 20:43:28 -0400 Subject: [PATCH] follow-up bit This may not be required, but it won't hurt. --- win/X11/winmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/X11/winmap.c b/win/X11/winmap.c index 9445f8170..cb86685ce 100644 --- a/win/X11/winmap.c +++ b/win/X11/winmap.c @@ -1444,7 +1444,7 @@ map_update(struct xwindow *wp, int start_row, int stop_row, int start_col, int s BlackPixelOfScreen(screen)); } { - uint32_t fc = tile_map->glyphs[row][cur_col].framecolor; + uint32_t fc = COLORVAL(tile_map->glyphs[row][cur_col].framecolor); if (fc != NO_COLOR) XDrawRectangle(dpy, XtWindow(wp->w),