summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarshula Jayasuriya <harshula@gmail.com>2011-03-21 14:49:37 +0000
committerDaniel Stone <daniel@fooishbar.org>2011-03-21 14:49:51 +0000
commit25eb76b3d2726f2f1de759901971ae53b2539dc4 (patch)
treef49cb84e900135f77267ebfbc2f8b4a9862dca73
parentdb8b20b789112717ac0590b40f0b4dc2171797d0 (diff)
Add #define XK_SINHALA
Add #define XK_SINHALA so that the Sinhala keysyms can be used by the lk xkb keymap. Signed-off-by: Harshula Jayasuriya <harshula@gmail.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--src/KeyBind.c1
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>