Re: [PATCH weston v2] Copying xkb_info when creating a seat causes problems

2013-09-11 Thread Kristian Høgsberg
On Thu, Sep 05, 2013 at 01:31:40PM +, Andrew Wedgbury wrote: > Hi Kristian, > > Here's a new patch for ref counting weston_xkb_info, as suggested. > So a seat created with a NULL keymap will now point to the global xkb_info. Andrew, that looks great. It's a nice cleanup in itself and of cour

[PATCH weston v2] Copying xkb_info when creating a seat causes problems

2013-09-05 Thread Andrew Wedgbury
Hi Kristian, Here's a new patch for ref counting weston_xkb_info, as suggested. So a seat created with a NULL keymap will now point to the global xkb_info. --- src/compositor.h |5 ++-- src/input.c| 77 src/text-backend.c |