mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Fix pointer input for xdg-popups
This commit is contained in:
parent
5785170421
commit
90be52d070
1 changed files with 0 additions and 5 deletions
|
|
@ -438,11 +438,6 @@ struct sway_container *container_at(struct sway_container *parent,
|
|||
view_sx, view_sy, &_sx, &_sy);
|
||||
break;
|
||||
case SWAY_VIEW_XDG_SHELL_V6:
|
||||
// the top left corner of the sway container is the
|
||||
// coordinate of the top left corner of the window geometry
|
||||
view_sx += sview->wlr_xdg_surface_v6->geometry.x;
|
||||
view_sy += sview->wlr_xdg_surface_v6->geometry.y;
|
||||
|
||||
_surface = wlr_xdg_surface_v6_surface_at(
|
||||
sview->wlr_xdg_surface_v6,
|
||||
view_sx, view_sy, &_sx, &_sy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue