Skip to content

Commit

Permalink
WIP: handle NEW_PAGE for shared
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Sep 19, 2022
1 parent 4f71d01 commit 4f1dced
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fvwm/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,11 @@ static void move_viewport_delta(
{
TAILQ_FOREACH(mloop, &monitor_q, entry)
{
if (is_tracking_shared) {
if ((!m->virtual_scr.is_swapping ||
!mloop->virtual_scr.is_swapping) && mloop != m)
continue;
}
BroadcastPacket(
M_NEW_PAGE, 8,
(long)mloop->virtual_scr.Vx,
Expand Down

0 comments on commit 4f1dced

Please sign in to comment.