Fix focus issue when moving windows across outputs

Fixes #3518

This fix avoids the issue of consuming our own warp events by never
calling warp on the wrong container.

Tried to add a test but it also succeeds with version before patch,
see #4604 for discussion

Co-Authored-By: Orestis <orestisflo@gmail.com>
This commit is contained in:
Anton Älgmyr
2021-10-17 13:42:11 +02:00
committed by Orestis Floros
parent 38cf8a21ef
commit 863a9eada4
2 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1 @@
fix focus when moving container between outputs with mouse warp and focus_follows_mouse