Re: [PATCH weston v4] libweston-desktop/xdg-shell: Properly handle ack_configure

2017-07-20 Thread Quentin Glidic
On 7/20/17 10:49 AM, Jonas Ådahl wrote: On Thu, Jul 20, 2017 at 10:45:38AM +0200, Quentin Glidic wrote: From: Quentin Glidic Now we keep track of serial->state association and we discard the states that the client ignored. Signed-off-by: Quentin Glidic Reviewed-by: Jonas Ådahl Thanks. A

Re: [PATCH weston v4] libweston-desktop/xdg-shell: Properly handle ack_configure

2017-07-20 Thread Jonas Ådahl
On Thu, Jul 20, 2017 at 10:45:38AM +0200, Quentin Glidic wrote: > From: Quentin Glidic > > Now we keep track of serial->state association and we discard the states > that the client ignored. > > Signed-off-by: Quentin Glidic Reviewed-by: Jonas Ådahl > --- > > On 7/20/17 10:24 AM, Jonas Ådah

[PATCH weston v4] libweston-desktop/xdg-shell: Properly handle ack_configure

2017-07-20 Thread Quentin Glidic
From: Quentin Glidic Now we keep track of serial->state association and we discard the states that the client ignored. Signed-off-by: Quentin Glidic --- On 7/20/17 10:24 AM, Jonas Ådahl wrote: > Noticed one more thing I missed in the previous review: cleanup of the > pending configure allocati