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

2017-07-20 Thread Quentin Glidic
On 7/20/17 5:56 AM, Jonas Ådahl wrote: On Tue, Jul 18, 2017 at 01:14:49PM +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 --- libweston-desktop/xdg-shell-v5.c |

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

2017-07-19 Thread Jonas Ådahl
On Tue, Jul 18, 2017 at 01:14:49PM +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 > --- > libweston-desktop/xdg-shell-v5.c | 45 +++

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

2017-07-18 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 --- libweston-desktop/xdg-shell-v5.c | 45 +++- libweston-desktop/xdg-shell-v6.c | 64 +--