Reuse common code for raised and sunken bevels

This commit is contained in:
Jack Zeal 2026-04-01 19:39:24 -07:00
parent bfd4364ba9
commit fe44a2e9b3
2 changed files with 12 additions and 29 deletions

View file

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