Diff for /np2/x11/gtk2/gtk_font.c between versions 1.2 and 1.3

version 1.2, 2004/07/15 14:24:33 version 1.3, 2005/02/26 13:32:14
Line 313  fontmng_get(void *hdl, const char *str) Line 313  fontmng_get(void *hdl, const char *str)
         }          }
   
         if (((((str[0] ^ 0x20) - 0xa1) & 0xff) < 0x3c) && (str[1] != '\0')) {          if (((((str[0] ^ 0x20) - 0xa1) & 0xff) < 0x3c) && (str[1] != '\0')) {
                 codecnv_sjis2euc(buf, 4, str, 2);                  codecnv_sjistoeuc(buf, 4, str, 2);
                 len = 2;                  len = 2;
         } else if ((UINT8)str[0] >= 0xa1 && (UINT8)str[0] <= 0xdf) {          } else if ((UINT8)str[0] >= 0xa1 && (UINT8)str[0] <= 0xdf) {
                 buf[0] = 0x8e;                  buf[0] = 0x8e;

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>