Re: [PATCH xproto] Fix sorting by codepoint in Latin 2.

2011-06-06 Thread Cyril Brulebois
Alan Coopersmith alan.coopersm...@oracle.com (04/06/2011):
 On 06/ 4/11 06:26 PM, Cyril Brulebois wrote:
  Sort performed by calling “sort -k 3” on the part between #ifdef
  XK_LATIN8 and #endif.
  
  Signed-off-by: Cyril Brulebois k...@debian.org
  ---
   keysymdef.h |2 +-
   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_nacute0x01f1  /* U+0144 LATIN SMALL 
  LETTER N WITH ACUTE */
   #define XK_ncaron0x01f2  /* 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_rcaron0x01f8  /* 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 */
 
 Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com

Thanks, pushed:
   d8920f7..951295c  master - master

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH xproto] Fix sorting by codepoint in Latin 2.

2011-06-04 Thread Cyril Brulebois
Sort performed by calling “sort -k 3” on the part between #ifdef
XK_LATIN8 and #endif.

Signed-off-by: Cyril Brulebois k...@debian.org
---
 keysymdef.h |2 +-
 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_nacute0x01f1  /* U+0144 LATIN SMALL LETTER 
N WITH ACUTE */
 #define XK_ncaron0x01f2  /* 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_rcaron0x01f8  /* 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 */
-- 
1.7.5.3

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH xproto] Fix sorting by codepoint in Latin 2.

2011-06-04 Thread Alan Coopersmith
On 06/ 4/11 06:26 PM, Cyril Brulebois wrote:
 Sort performed by calling “sort -k 3” on the part between #ifdef
 XK_LATIN8 and #endif.
 
 Signed-off-by: Cyril Brulebois k...@debian.org
 ---
  keysymdef.h |2 +-
  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_nacute0x01f1  /* U+0144 LATIN SMALL 
 LETTER N WITH ACUTE */
  #define XK_ncaron0x01f2  /* 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_rcaron0x01f8  /* 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 */

Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel