mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
include/ssd.h: prefix defines with SSD_
This commit is contained in:
parent
7790da7b4e
commit
9d7386effd
6 changed files with 27 additions and 27 deletions
|
|
@ -494,7 +494,7 @@ create_corners(struct theme *theme)
|
|||
struct wlr_box box = {
|
||||
.x = 0,
|
||||
.y = 0,
|
||||
.width = BUTTON_WIDTH + theme->border_width,
|
||||
.width = SSD_BUTTON_WIDTH + theme->border_width,
|
||||
.height = theme->title_height + theme->border_width,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue