Explicitly differentiate between 'no border' and 'flat border' since it's visible with gradients

This commit is contained in:
Jack Zeal 2026-04-04 07:38:27 -07:00
parent 4d0ec36773
commit 43d643c878
3 changed files with 13 additions and 11 deletions

View file

@ -238,6 +238,7 @@ struct borderset * createBuffer(uint32_t id, int size, enum border_type type, i
break;
case BORDER_FLAT: // Placeholder that uses buffers but for a flat colour
case BORDER_NONE: // Provided as a fallback but should not be actually requested/rendered
top = znew(uint32_t);
left = znew(uint32_t);
right = znew(uint32_t);