On Mon, 13 Nov 2017 16:20:48 -0500
Louis-Francis Ratté-Boulianne wrote:
> Hi,
>
> This patchset implements NET_WM_SYNC_REQUEST protocol for throtting
> X11 window resizes in Weston's XWM. We wait for the window to be drawn
> (by setting an alarm on the sync counter) before configuring the window
Hi Louis-Francis,
On 13 November 2017 at 21:20, Louis-Francis Ratté-Boulianne
wrote:
> This patchset implements NET_WM_SYNC_REQUEST protocol for throtting
> X11 window resizes in Weston's XWM. We wait for the window to be drawn
> (by setting an alarm on the sync counter) before configuring the wi
Hi,
This patchset implements NET_WM_SYNC_REQUEST protocol for throtting
X11 window resizes in Weston's XWM. We wait for the window to be drawn
(by setting an alarm on the sync counter) before configuring the window
again.
I also did some small fixes the Xwayland window manager as to better
respec