Re: [PATCH weston 4/9] compositor-wayland: Delay seat creation

2012-06-01 Thread Kristian Høgsberg
On Fri, Jun 01, 2012 at 12:14:01PM +0100, Daniel Stone wrote: > We'll get a rash of seats added when we run our first wl_display_iterate > across the parent display, but won't actually be ready to create them. > Create a new pending_seats array which holds the IDs of any seats we get > during displ

[PATCH weston 4/9] compositor-wayland: Delay seat creation

2012-06-01 Thread Daniel Stone
We'll get a rash of seats added when we run our first wl_display_iterate across the parent display, but won't actually be ready to create them. Create a new pending_seats array which holds the IDs of any seats we get during display initialisation, and then add them when we're ready. Signed-off-by: