Use cache for title bar double beveled borders

This commit is contained in:
Jack Zeal 2026-03-27 20:57:28 -07:00
parent 2a0ff0d5b4
commit 536847cb5b
5 changed files with 143 additions and 160 deletions

View file

@ -21,9 +21,9 @@ struct borderset {
extern struct borderset * borderCache;
struct borderset * getBorders(uint32_t id, int size, int type);
struct borderset * getBorders(uint32_t id, int size, int type, int bevelSize);
struct borderset * createBuffer(uint32_t id, int size, int type);
struct borderset * createBuffer(uint32_t id, int size, int type, int bevelSize);
void clearBorderCache(struct borderset *borderset);