summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2004-02-19 23:29:30 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2004-02-19 23:29:30 +0000
commit3590c756f752f073c1811c1a86b138297a30145b (patch)
tree44a2473c91447cb76f953e0a11467811fe442925
parent6a04b28323a2d730b7178279721b36e628f3f8fb (diff)
downloadxorg-lib-libX11-3590c756f752f073c1811c1a86b138297a30145b.tar.gz
defect #199 in bugs.freedesktop.org. Fix broken UTF-8 support. In renaming non-standard additions to Xlib made by XFree86, i.e. UTF-8 converters, I renamed more things than I should have.
-rw-r--r--src/xlibi18n/Xlcint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xlibi18n/Xlcint.h b/src/xlibi18n/Xlcint.h
index b88f0d46..85dcc898 100644
--- a/src/xlibi18n/Xlcint.h
+++ b/src/xlibi18n/Xlcint.h
@@ -925,7 +925,7 @@ extern XLCd _XlcGenericLoader(
/* The UTF-8 locale loader. Suitable for UTF-8 encoding.
Uses an XLC_LOCALE configuration file. */
-extern XLCd _XFree86lcUtf8Loader(
+extern XLCd _XlcUtf8Loader(
const char* name
);