mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
rcxml: s/csd/xdg_shell_server_side_deco
This commit is contained in:
parent
090e78b85a
commit
35ff6e5bb0
11 changed files with 27 additions and 21 deletions
|
|
@ -182,7 +182,7 @@ struct view *desktop_view_at(struct server *server, double lx, double ly,
|
|||
continue;
|
||||
if (_view_at(view, lx, ly, surface, sx, sy))
|
||||
return view;
|
||||
if (!view->show_server_side_deco)
|
||||
if (!view->server_side_deco)
|
||||
continue;
|
||||
*view_area = deco_at(view, lx, ly);
|
||||
if (*view_area != LAB_DECO_NONE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue