diff options
Diffstat (limited to 'testing/libx11/add-define-XK_SINHALA.patch')
-rw-r--r-- | testing/libx11/add-define-XK_SINHALA.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/libx11/add-define-XK_SINHALA.patch b/testing/libx11/add-define-XK_SINHALA.patch new file mode 100644 index 000000000..93a9f1f44 --- /dev/null +++ b/testing/libx11/add-define-XK_SINHALA.patch @@ -0,0 +1,25 @@ +From 25eb76b3d2726f2f1de759901971ae53b2539dc4 Mon Sep 17 00:00:00 2001 +From: Harshula Jayasuriya <harshula@gmail.com> +Date: Mon, 21 Mar 2011 14:49:37 +0000 +Subject: 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> +--- +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> + +-- +cgit v0.8.3-6-g21f6 |