mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Rename deco.c ssd.c
This commit is contained in:
parent
15ffee79f9
commit
a262b729df
9 changed files with 68 additions and 68 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue