[Xorg-commit] xc/lib/Xaw Text.c,1.1.4.2,1.1.4.3 TextAction.c,1.1.4.2,1.1.4.3

Kaleb Keithley xserver-commit at pdx.freedesktop.org
Mon Dec 8 18:42:38 EET 2003


Committed by: kaleb

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

Modified Files:
      Tag: XORG-CURRENT
	Text.c TextAction.c 
Log Message:
Xutf8->XFree86utf8

Index: Text.c
===================================================================
RCS file: /cvs/xorg/xc/lib/Xaw/Text.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- Text.c	26 Nov 2003 22:48:39 -0000	1.1.4.2
+++ Text.c	8 Dec 2003 16:42:30 -0000	1.1.4.3
@@ -2083,7 +2083,7 @@
 	    textprop.value = (unsigned char *)*value;
 	    textprop.nitems = strlen(*value);
 	    textprop.format = 8;
-	    if (Xutf8TextPropertyToTextList(d, &textprop, &list, &count)
+	    if (XFree86utf8TextPropertyToTextList(d, &textprop, &list, &count)
 		 < Success
 		|| count < 1) {
 		XtFree((char *)*value);

Index: TextAction.c
===================================================================
RCS file: /cvs/xorg/xc/lib/Xaw/TextAction.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- TextAction.c	26 Nov 2003 22:48:39 -0000	1.1.4.2
+++ TextAction.c	8 Dec 2003 16:42:31 -0000	1.1.4.3
@@ -1099,7 +1099,7 @@
 	    textprop.value = (unsigned char *)*value;
 	    textprop.nitems = strlen(*value);
 	    textprop.format = 8;
-	    if (Xutf8TextPropertyToTextList(d, &textprop, &list, &count)
+	    if (XFree86utf8TextPropertyToTextList(d, &textprop, &list, &count)
 		 < Success
 		|| count < 1) {
 		XtFree(*value);





More information about the xorg-commit mailing list