Re: [PATCH weston] clients: track seat_version per seat, not per display

2015-10-19 Thread Derek Foreman
Pushed Thanks, Derek On 15/10/15 02:30 AM, Pekka Paalanen wrote: > On Wed, 14 Oct 2015 20:57:35 +0200 > Hardening wrote: > >> Le 14/10/2015 16:39, Derek Foreman a écrit : >>> Apparently it's possible for a compositor to advertise seats with >>> different versions on the

Re: [PATCH weston] clients: track seat_version per seat, not per display

2015-10-15 Thread Pekka Paalanen
On Wed, 14 Oct 2015 20:57:35 +0200 Hardening wrote: > Le 14/10/2015 16:39, Derek Foreman a écrit : > > Apparently it's possible for a compositor to advertise seats with > > different versions on the same connection, so this makes us more robust > > against that dubious

[PATCH weston] clients: track seat_version per seat, not per display

2015-10-14 Thread Derek Foreman
Apparently it's possible for a compositor to advertise seats with different versions on the same connection, so this makes us more robust against that dubious behaviour. This also tracks the seat version we requested instead of the advertised maximum. Signed-off-by: Derek Foreman

Re: [PATCH weston] clients: track seat_version per seat, not per display

2015-10-14 Thread Hardening
Le 14/10/2015 16:39, Derek Foreman a écrit : > Apparently it's possible for a compositor to advertise seats with > different versions on the same connection, so this makes us more robust > against that dubious behaviour. > > This also tracks the seat version we requested instead of the advertised