follow-up bit
This may not be required, but it won't hurt.
This commit is contained in:
+1
-1
@@ -1444,7 +1444,7 @@ map_update(struct xwindow *wp, int start_row, int stop_row, int start_col, int s
|
|||||||
BlackPixelOfScreen(screen));
|
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)
|
if (fc != NO_COLOR)
|
||||||
XDrawRectangle(dpy, XtWindow(wp->w),
|
XDrawRectangle(dpy, XtWindow(wp->w),
|
||||||
|
|||||||
Reference in New Issue
Block a user