mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
add window.*.border.type and window.*.border.bevel-width options
This commit is contained in:
parent
b07165f154
commit
773996f1ee
5 changed files with 40 additions and 7 deletions
|
|
@ -53,6 +53,7 @@ struct borderset * createBuffer(uint32_t id, int size, enum border_type type, i
|
|||
newBorderset->bevelSize = bevelSize;
|
||||
|
||||
|
||||
|
||||
// Use ID as a AARRGGBB colour
|
||||
uint8_t a = id >> 24 & 255;
|
||||
uint8_t r = id >> 16 & 255;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue