RE: [PATCH wfits v2] core: Add a wrapper for the keyboard

2013-09-26 Thread Eoff, Ullysses A
gt; To: wayland-devel@lists.freedesktop.org > Subject: [PATCH wfits v2] core: Add a wrapper for the keyboard > > Ok, here's a second version of the patch with all of the suggested changes. > > > So we must only want one xkb context per display. Ok. > > Yes, I think we only re

[PATCH wfits v2] core: Add a wrapper for the keyboard

2013-09-25 Thread Neil Roberts
Ok, here's a second version of the patch with all of the suggested changes. > So we must only want one xkb context per display. Ok. Yes, I think we only really want one global xkb context but the display seemed like a convenient place to attach it and ensure that it will be destructed. > We shou