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
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
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
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