[xorg-commit-diffs] xc/programs/xstls xstls.c,1.1.4.1,1.1.4.2

Jay Hobson xorg-commit at pdx.freedesktop.org
Tue Apr 13 15:22:32 PDT 2004


Committed by: jhobson

Update of /cvs/xorg/xc/programs/xstls
In directory pdx:/tmp/cvs-serv22575

Modified Files:
      Tag: XORG-RELEASE-1-STSF
	xstls.c 
Log Message:
Set the XError for client side use



Index: xstls.c
===================================================================
RCS file: /cvs/xorg/xc/programs/xstls/Attic/xstls.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/xstls.c	6 Apr 2004 02:41:20 -0000	1.1.4.1
+++ b/xstls.c	13 Apr 2004 22:22:28 -0000	1.1.4.2
@@ -37,7 +37,7 @@
  *
  */
 
-/* @(#)xstls.c	1.29	04/02/13 SMI */
+/* @(#)xstls.c	1.30	04/04/13 SMI */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -1484,8 +1484,7 @@
 
     if ( show_usage )
 	xstlsShowUsage ();
-
-    XSetErrorHandler ( (XErrorHandler) _ErrorHandle );
+    XSTHandleClientErrors ( dpy );
 
     /*
      * Get the XSTTypeEnv object




More information about the xorg-commit-diffs mailing list