mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Merge pull request #2483 from RyanDwyer/floating-emit-reparent
Send enter/leave events for floating views
This commit is contained in:
commit
08a69f267a
7 changed files with 107 additions and 98 deletions
|
|
@ -195,6 +195,9 @@ static void transaction_apply(struct sway_transaction *transaction) {
|
|||
}
|
||||
|
||||
container->instruction = NULL;
|
||||
if (container->type == C_CONTAINER || container->type == C_VIEW) {
|
||||
container_discover_outputs(container);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue