include/ssd.h: prefix defines with SSD_

This commit is contained in:
Consolatis 2023-01-06 15:56:44 +01:00
parent 7790da7b4e
commit 9d7386effd
6 changed files with 27 additions and 27 deletions

View file

@ -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,
};