cosmic-comp/src/shell/layout/tiling
Ian Douglas Scott 5df26c2317 Fix TilingLayout::element_under position with global workspaces
I didn't see any issue with how mouse events were handled, but a bisect
showed b818a68a91 caused the issue.
Reverting the definition of `element_under` to the version before that
change fixed the behavior.

Comparing what both versions return, the right element is returned, but
the location returned is wrong. This makes the return value match the
position that was returned by the previous implementation. It seems to
be working correctly now.

Fixes https://github.com/pop-os/cosmic-comp/issues/161.
2023-09-13 14:26:52 -07:00
..
grabs shell/tiling: Implement window swap mode 2023-09-12 20:53:35 +02:00
blocker.rs tiling: Don't block on dead surfaces 2023-08-01 16:49:07 +02:00
mod.rs Fix TilingLayout::element_under position with global workspaces 2023-09-13 14:26:52 -07:00