mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
fix decorations on wayland backend
This commit is contained in:
parent
9d87d4e336
commit
fc627afd18
3 changed files with 8 additions and 3 deletions
|
|
@ -400,7 +400,8 @@ static bool view_at(struct roots_view *view, double lx, double ly,
|
|||
if (view_get_deco_part(view, view_sx, view_sy)) {
|
||||
*sx = view_sx;
|
||||
*sy = view_sy;
|
||||
return view;
|
||||
*surface = NULL;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (wlr_box_contains_point(&box, view_sx, view_sy) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue