mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Don't dirty outputs unnecessarily
This commit is contained in:
parent
4a3b705a12
commit
f30527e0cd
@ -605,10 +605,7 @@ void seat_set_focus_warp(struct sway_seat *seat, struct sway_node *node,
|
|||||||
last_workspace->output : NULL;
|
last_workspace->output : NULL;
|
||||||
struct sway_output *new_output = new_workspace->output;
|
struct sway_output *new_output = new_workspace->output;
|
||||||
|
|
||||||
if (last_output) {
|
if (last_workspace != new_workspace && last_output == new_output) {
|
||||||
node_set_dirty(&last_output->node);
|
|
||||||
}
|
|
||||||
if (new_output) {
|
|
||||||
node_set_dirty(&new_output->node);
|
node_set_dirty(&new_output->node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user