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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue