mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-01 06:20:17 +01:00
Merge pull request #2593 from RyanDwyer/dont-be-so-dirty
Don't dirty outputs unnecessarily
This commit is contained in:
commit
ed9e7bb8f4
1 changed files with 1 additions and 4 deletions
|
@ -605,10 +605,7 @@ void seat_set_focus_warp(struct sway_seat *seat, struct sway_node *node,
|
|||
last_workspace->output : NULL;
|
||||
struct sway_output *new_output = new_workspace->output;
|
||||
|
||||
if (last_output) {
|
||||
node_set_dirty(&last_output->node);
|
||||
}
|
||||
if (new_output) {
|
||||
if (last_workspace != new_workspace && last_output == new_output) {
|
||||
node_set_dirty(&new_output->node);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue