summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-06-05 09:26:33 +0000
committerCyril Brulebois <kibi@debian.org>2011-06-06 16:19:33 +0200
commit951295cceb72e929c55f639bbb91314fa276b2aa (patch)
treeb648055974d2ea5661abad1af2ab7580c68fbd4d
parentd8920f71b68fe3fabd4ba04e2a4308579a8fe333 (diff)
downloadxorg-proto-x11proto-951295cceb72e929c55f639bbb91314fa276b2aa.tar.gz
Fix sorting by codepoint in Latin 2.
Sort performed by calling “sort -k 3” on the part between #ifdef XK_LATIN8 and #endif. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r--keysymdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keysymdef.h b/keysymdef.h
index 1a07d83..73b5533 100644
--- a/keysymdef.h
+++ b/keysymdef.h
@@ -782,9 +782,9 @@ SOFTWARE.
#define XK_nacute 0x01f1 /* U+0144 LATIN SMALL LETTER N WITH ACUTE */
#define XK_ncaron 0x01f2 /* U+0148 LATIN SMALL LETTER N WITH CARON */
#define XK_odoubleacute 0x01f5 /* U+0151 LATIN SMALL LETTER O WITH DOUBLE ACUTE */
-#define XK_udoubleacute 0x01fb /* U+0171 LATIN SMALL LETTER U WITH DOUBLE ACUTE */
#define XK_rcaron 0x01f8 /* U+0159 LATIN SMALL LETTER R WITH CARON */
#define XK_uring 0x01f9 /* U+016F LATIN SMALL LETTER U WITH RING ABOVE */
+#define XK_udoubleacute 0x01fb /* U+0171 LATIN SMALL LETTER U WITH DOUBLE ACUTE */
#define XK_tcedilla 0x01fe /* U+0163 LATIN SMALL LETTER T WITH CEDILLA */
#define XK_abovedot 0x01ff /* U+02D9 DOT ABOVE */
#endif /* XK_LATIN2 */