mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Explicitly differentiate between 'no border' and 'flat border' since it's visible with gradients
This commit is contained in:
parent
4d0ec36773
commit
43d643c878
3 changed files with 13 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue