add window.*.border.type and window.*.border.bevel-width options

This commit is contained in:
Jack Zeal 2026-04-01 20:18:43 -07:00
parent b07165f154
commit 773996f1ee
5 changed files with 40 additions and 7 deletions

View file

@ -53,6 +53,7 @@ struct borderset * createBuffer(uint32_t id, int size, enum border_type type, i
newBorderset->bevelSize = bevelSize;
// Use ID as a AARRGGBB colour
uint8_t a = id >> 24 & 255;
uint8_t r = id >> 16 & 255;