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

2017-04-24 Thread Olivier Fourdan
Hi, Sorry, I missed a couple more questions... You may want to remove the log each time a sync notify is received before landing the patch: > +static void > +weston_wm_handle_sync_alarm_notify(struct weston_wm *wm, > +xcb_generic_event_t *event) > +{ > + xcb

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

2017-04-24 Thread Olivier Fourdan
Hi, > On 11 April 2017 at 21:52, Louis-Francis Ratté-Boulianne > wrote: > > Implement 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

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

2017-04-13 Thread Daniel Stone
Hi Louis-Francis, On 11 April 2017 at 21:52, Louis-Francis Ratté-Boulianne wrote: > Implement 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

[weston 0/8] Implement NET_WM_SYNC_REQUEST basic support

2017-04-11 Thread Louis-Francis Ratté-Boulianne
Implement 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 respect size hints from X1