diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-27 01:22:46 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:31 +0200 |
commit | 385dc2b070df1e19853a009bfe32204e0c5b2dd7 (patch) | |
tree | 6c18a91191560417fe9ae67ea10ca5905bc29fb2 /nx-X11/lib/X11/XlcPubI.h | |
parent | e868fbbfdabe9cf45899054c8455d39acf800ede (diff) | |
download | nx-libs-385dc2b070df1e19853a009bfe32204e0c5b2dd7.tar.gz nx-libs-385dc2b070df1e19853a009bfe32204e0c5b2dd7.tar.bz2 nx-libs-385dc2b070df1e19853a009bfe32204e0c5b2dd7.zip |
update xlibi18n files to libX11 1.3.4
Diffstat (limited to 'nx-X11/lib/X11/XlcPubI.h')
-rw-r--r-- | nx-X11/lib/X11/XlcPubI.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/XlcPubI.h b/nx-X11/lib/X11/XlcPubI.h index 48a1dea20..22ac2bdf0 100644 --- a/nx-X11/lib/X11/XlcPubI.h +++ b/nx-X11/lib/X11/XlcPubI.h @@ -96,7 +96,7 @@ typedef struct _XLCdPublicPart { } XLCdPublicPart; typedef struct _XLCdPublicRec { - XLCdCoreRec core; + XLCdCoreRec core; XLCdPublicPart pub; } XLCdPublicRec, *XLCdPublic; @@ -204,6 +204,12 @@ extern int _XlcResolveI18NPath( int buf_len ); +extern char *_XlcLocaleLibDirName( + char* /* dir_name */, + size_t, /* dir_len */ + char* /* lc_name */ +); + extern char *_XlcLocaleDirName( char* /* dir_name */, size_t, /* dir_len */ @@ -232,7 +238,7 @@ _Xsetlocale( int category, _Xconst char *name); #else -#ifdef __DARWIN__ +#ifdef __APPLE__ extern char * _Xsetlocale( int category, |