[Xorg-commit] xc/lib/X11 Xlcint.h,1.1.4.4,1.1.4.5

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/lib/X11
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/lib/X11

Modified Files:
      Tag: XORG-CURRENT
	Xlcint.h 
Log Message:
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.


Index: Xlcint.h
===================================================================
RCS file: /cvs/xorg/xc/lib/X11/Xlcint.h,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- a/Xlcint.h	8 Dec 2003 16:42:30 -0000	1.1.4.4
+++ b/Xlcint.h	19 Feb 2004 23:29:30 -0000	1.1.4.5
@@ -925,7 +925,7 @@
 
 /* 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
 );
 





More information about the xorg-commit mailing list