XWorkstation.st
changeset 1835 d570164e4264
parent 1832 4faf4cd47962
child 1838 040e4689dfcd
--- a/XWorkstation.st	Mon Jul 28 17:08:06 1997 +0200
+++ b/XWorkstation.st	Mon Jul 28 17:37:32 1997 +0200
@@ -4131,7 +4131,7 @@
 
 
 	    if ((t = __INST(multiClickTime)) != nil) {
-		int _multiClickTime;
+		INT _multiClickTime;
 
 		_multiClickTime = __longIntVal(t);
 		if (be->time < _multiClickTime) {
@@ -9354,6 +9354,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.254 1997-07-26 17:40:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.255 1997-07-28 15:37:32 cg Exp $'
 ! !
 XWorkstation initialize!