Re: [weston v2 0/8] Implement NET_WM_SYNC_REQUEST basic support

2020-01-31 Thread Pekka Paalanen
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

Re: [weston v2 0/8] Implement NET_WM_SYNC_REQUEST basic support

2017-12-05 Thread Daniel Stone
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

[weston v2 0/8] Implement NET_WM_SYNC_REQUEST basic support

2017-11-13 Thread Louis-Francis Ratté-Boulianne
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