Skip to content

Commit

Permalink
GotoDeskAndPage: don't broadcast monitor list
Browse files Browse the repository at this point in the history
This is already handled elsewhere, and we don't want to keep sending the
same information each time.
  • Loading branch information
ThomasAdam authored and somiaj committed Mar 24, 2024
1 parent efe15f1 commit 19ca9cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fvwm/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -2699,7 +2699,6 @@ void CMD_GotoDeskAndPage(F_CMD_ARGS)
BroadcastRestackAllWindows();
}
done:
BroadcastMonitorList(NULL);
EWMH_SetCurrentDesktop(m);

return;
Expand Down Expand Up @@ -3152,4 +3151,4 @@ void CMD_DesktopName(F_CMD_ARGS)

RB_FOREACH(m, monitors, &monitor_q)
apply_desktops_monitor(m);
}
}

0 comments on commit 19ca9cb

Please sign in to comment.