Add #define XK_SINHALA so that the Sinhala keysyms can be used by the lk xkb keymap.
Signed-off-by: Harshula Jayasuriya <[email protected]> --- src/KeyBind.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/KeyBind.c b/src/KeyBind.c index ac25ce2..221cedd 100644 --- a/src/KeyBind.c +++ b/src/KeyBind.c @@ -44,6 +44,7 @@ in this Software without prior written authorization from The Open Group. #define XK_CAUCASUS #define XK_VIETNAMESE #define XK_XKB_KEYS +#define XK_SINHALA #include <X11/keysymdef.h> #include <stdio.h> -- 1.7.4.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
