Re: [PATCH weston] libweston-desktop/xdg-shell-v6: Ensure first configure is sent

2017-08-30 Thread Daniel Stone
Hi Quentin, On 28 August 2017 at 19:12, Quentin Glidic wrote: > The old code for scheduling configure events on idle looked like: > if (configure_scheduled) { > if (this_event_is_the_same) { > remove_timer(); > return; > } > } > > If we queued one new event (either changed, or the

[PATCH weston] libweston-desktop/xdg-shell-v6: Ensure first configure is sent

2017-08-28 Thread Quentin Glidic
From: Quentin Glidic The old code for scheduling configure events on idle looked like: if (configure_scheduled) { if (this_event_is_the_same) { remove_timer(); return; } } If we queued one new event (either changed, or the client had never received any configure event), followed