Re: [PATCH] window: Use new xkbcommon include path

2012-02-16 Thread Daniel Stone
Hi, 2012/2/16 Kristian Høgsberg : > 2012/2/16 Daniel Stone : >> 2012/2/16 Kristian Høgsberg : >>> Thanks, applied.  Looks better, but what about standalone keysyms and >>> modifier masks? >> >> Thanks, but, 'standalone'? I'm not quite sure I follow ... > > I've been thinking about whether we shoul

Re: [PATCH] window: Use new xkbcommon include path

2012-02-16 Thread Kristian Høgsberg
2012/2/16 Daniel Stone : > Hi, > > 2012/2/16 Kristian Høgsberg : >> On Wed, Feb 15, 2012 at 11:33 AM, Daniel Stone wrote: >>> xkbcommon in current git has moved its include files. >> >> Thanks, applied.  Looks better, but what about standalone keysyms and >> modifier masks? > > Thanks, but, 'stand

Re: [PATCH] window: Use new xkbcommon include path

2012-02-16 Thread Daniel Stone
Hi, 2012/2/16 Kristian Høgsberg : > On Wed, Feb 15, 2012 at 11:33 AM, Daniel Stone wrote: >> xkbcommon in current git has moved its include files. > > Thanks, applied.  Looks better, but what about standalone keysyms and > modifier masks? Thanks, but, 'standalone'? I'm not quite sure I follow ..

Re: [PATCH] window: Use new xkbcommon include path

2012-02-16 Thread Kristian Høgsberg
On Wed, Feb 15, 2012 at 11:33 AM, Daniel Stone wrote: > xkbcommon in current git has moved its include files. Thanks, applied. Looks better, but what about standalone keysyms and modifier masks? Kristian > Signed-off-by: Daniel Stone > --- >  clients/window.c |    2 +- >  clients/window.h |  

Re: [PATCH] window: Use new xkbcommon include path

2012-02-16 Thread Andrew Guertin
On 02/15/2012 11:33 AM, Daniel Stone wrote: > xkbcommon in current git has moved its include files. This also needs to be fixed in GTK, and probably other toolkits too. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.free

[PATCH] window: Use new xkbcommon include path

2012-02-15 Thread Daniel Stone
xkbcommon in current git has moved its include files. Signed-off-by: Daniel Stone --- clients/window.c |2 +- clients/window.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/window.c b/clients/window.c index ae5a791..c0cd5d3 100644 --- a/clients/window.c ++