XWorkstation.st
changeset 168 57010634378f
parent 163 51da99ed2af2
child 169 ed628b1e2955
--- a/XWorkstation.st	Wed Aug 16 20:31:14 1995 +0200
+++ b/XWorkstation.st	Sat Aug 19 04:40:24 1995 +0200
@@ -35,7 +35,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.54 1995-08-10 18:28:50 claus Exp $
+$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.55 1995-08-19 02:40:15 claus Exp $
 '!
 
 !XWorkstation class methodsFor:'documentation'!
@@ -56,7 +56,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.54 1995-08-10 18:28:50 claus Exp $
+$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.55 1995-08-19 02:40:15 claus Exp $
 "
 !
 
@@ -244,6 +244,7 @@
  * more than one display connection. (being fixed, new errorInterrupt mechanism
  * allows passing an additional argument, which is the displayID ...)
  */
+static
 __XErrorHandler__(dpy, event)
     Display *dpy;
     XErrorEvent *event;