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

@ -246,8 +246,8 @@ desktop_view_at(struct server *server, double lx, double ly,
if (!view->server_side_deco) {
continue;
}
*view_area = deco_at(view, lx, ly);
if (*view_area != LAB_DECO_NONE) {
*view_area = ssd_at(view, lx, ly);
if (*view_area != LAB_SSD_NONE) {
return view;
}
}