[PATCH Weston] Load xkb map from file

2017-09-15 Thread Constantine Bytensky
I use my own keymap file on X.Org and I want to use it at Weston. compositor/main.c | 2 ++ libweston/compositor.h | 1 + libweston/input.c | 13 ++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index f8a60e9..fccc741

[PATCH Weston] Load xkb map from file

2017-09-13 Thread Constantine Bytensky
I use my own keymap file on X.Org and I want to use it at Weston. compositor/main.c | 2 ++ libweston/compositor.h | 1 + libweston/input.c | 13 ++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index f8a60e9..fccc741