Force a redraw so we know we'll get a refreshed border after reconfig

This commit is contained in:
Jack Zeal 2026-04-04 00:00:20 -07:00
parent d1951f73ec
commit 73cd8eb0bb
3 changed files with 10 additions and 2 deletions

View file

@ -5,7 +5,6 @@
#include "common/macros.h"
#include "buffer.h"
struct borderset * getBorders(uint32_t id, int size, enum border_type type, int bevelSize) {
struct borderset * current = borderCache;
struct borderset * last;