mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Reuse common code for raised and sunken bevels
This commit is contained in:
parent
bfd4364ba9
commit
fe44a2e9b3
2 changed files with 12 additions and 29 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue