mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -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
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue