summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-29 14:12:07 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-29 14:12:07 +0000
commit27a69f5512a370ee8d6884eb38ccb185d8c87968 (patch)
tree0d1dcddc3d4ba3393e2519581acf8bf6ed1c38d5
parentadedeafd2115e1648d7c702e8f5c215040ee417d (diff)
downloadxorg-lib-libX11-27a69f5512a370ee8d6884eb38ccb185d8c87968.tar.gz
fix bad merge
-rw-r--r--src/xlibi18n/XlcPubI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xlibi18n/XlcPubI.h b/src/xlibi18n/XlcPubI.h
index 0a29dd48..64504eaf 100644
--- a/src/xlibi18n/XlcPubI.h
+++ b/src/xlibi18n/XlcPubI.h
@@ -167,7 +167,7 @@ extern int _Xutf8TextPropertyToTextList(
extern int _XmbTextListToTextProperty(
XLCd /* lcd */,
Display* /* dpy */,
- wchar_t** /* list */,
+ char** /* list */,
int /* count */,
XICCEncodingStyle /* style */,
XTextProperty* /* text_prop */
@@ -176,7 +176,7 @@ extern int _XmbTextListToTextProperty(
extern int _XwcTextListToTextProperty(
XLCd /* lcd */,
Display* /* dpy */,
- char** /* list */,
+ wchar_t** /* list */,
int /* count */,
XICCEncodingStyle /* style */,
XTextProperty* /* text_prop */