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

@ -5,7 +5,7 @@
#define LABWC_BORDERSET_H
enum border_type {
BORDER_FLAT, BORDER_SINGLE, BORDER_DOUBLE, BORDER_INSET, BORDER_DOUBLE_INSET
BORDER_NONE, BORDER_SINGLE, BORDER_DOUBLE, BORDER_INSET, BORDER_DOUBLE_INSET, BORDER_FLAT
};
struct borderset {