mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Window bevel depth is now configurable
This commit is contained in:
parent
939b339a8e
commit
effc16fc05
4 changed files with 10 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ ssd_border_create(struct ssd *ssd)
|
|||
if (theme->beveled_border) {
|
||||
|
||||
|
||||
int bevelSize = 2; // TODO: configurable
|
||||
int bevelSize = theme->border_bevel_width; // TODO: configurable
|
||||
|
||||
/* From Pull request 3382 */
|
||||
uint8_t r = color[0] * 255;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue