Rename deco.c ssd.c

This commit is contained in:
Johan Malm 2021-03-20 14:41:39 +00:00
parent 15ffee79f9
commit a262b729df
9 changed files with 68 additions and 68 deletions

View file

@ -77,7 +77,7 @@ view_maximize(struct view *view, bool maximize)
.height = output->height,
};
if (view->server_side_deco) {
struct border border = deco_thickness(view);
struct border border = ssd_thickness(view);
box.x += border.left;
box.y += border.top;
box.width -= border.right + border.left;