On Sun, Jan 31, 2021 at 07:45:28PM +0100, Göran Bengtson wrote:
> Fix:
> I believe the problem is in virtual.c.  Suggested fix:
> 
> *** virtual.c   2021-01-01 12:12:27.981730853 +0100
> --- virtual.c.GB        2021-01-29 18:37:16.111064357 +0100
> ***************
> *** 1083,1089 ****
>                                 XMoveResizeWindow(
>                                         dpy, m->PanFrameRight.win,
>                                         (m->si->x + m->si->w) - 
> edge_thickness,
> !                                       m->si->y + m->si->h,
>                                         edge_thickness, (m->si->y + 
> m->si->h));
>                         }
>                         if (!m->PanFrameRight.isMapped)
> --- 1083,1089 ----
>                                 XMoveResizeWindow(
>                                         dpy, m->PanFrameRight.win,
>                                         (m->si->x + m->si->w) - 
> edge_thickness,
> !                                       m->si->y,
>                                         edge_thickness, (m->si->y + 
> m->si->h));

Thanks.  I've moved this check to a commit on Github, and will probably commit
it in a few days.

Kindly,
Thomas

Reply via email to