Re: [PATCH v2 0/5] xwayland: Refactor bits of XKB functionality

2014-03-13 Thread Kristian Høgsberg
On Wed, Mar 12, 2014 at 7:56 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Refactored series. I really disliked the XkbCompContext patches, something just didn't sit right with it. I wish we could use fmemopen() but short of that or a bigger refactoring this should do. Replaces the

[PATCH v2 0/5] xwayland: Refactor bits of XKB functionality

2014-03-12 Thread Peter Hutterer
Refactored series. I really disliked the XkbCompContext patches, something just didn't sit right with it. I wish we could use fmemopen() but short of that or a bigger refactoring this should do. Replaces the xkbcomp-specific context with a callback. After all, what we need is a stream to write to

xwayland: Refactor bits of XKB functionality

2014-03-07 Thread Kristian Høgsberg
Hi list, Here's few xkb related patches that refactor and expose xkb functionality. There should be no change in behavior in these patches, the idea is to expose new entry points into existing code. This is in preparation for merging xwayland, where the X server has to parse and apply xkb maps