mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
Create a linked list of SSD for each view
This commit is contained in:
parent
f863e1916d
commit
2a48f2801b
8 changed files with 134 additions and 47 deletions
|
|
@ -244,7 +244,7 @@ desktop_view_at(struct server *server, double lx, double ly,
|
|||
if (_view_at(view, lx, ly, surface, sx, sy)) {
|
||||
return view;
|
||||
}
|
||||
if (!view->server_side_deco) {
|
||||
if (!view->ssd.enabled) {
|
||||
continue;
|
||||
}
|
||||
*view_area = ssd_at(view, lx, ly);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue