#close is now #closeConnection
authorClaus Gittinger <cg@exept.de>
Mon, 13 Jan 1997 22:15:18 +0100
changeset 1195 91fef292a475
parent 1194 b38e3cbe03b2
child 1196 40c9cbe53ac4
#close is now #closeConnection
XWorkstat.st
XWorkstation.st
--- a/XWorkstat.st	Mon Jan 13 22:13:57 1997 +0100
+++ b/XWorkstat.st	Mon Jan 13 22:15:18 1997 +0100
@@ -5879,16 +5879,16 @@
 
 !XWorkstation methodsFor:'initialize / release'!
 
-close
+closeConnection
     "close down the connection to the X-server"
 
 %{  /* NOCONTEXT */
 
     if (ISCONNECTED) {
-	BEGIN_INTERRUPTSBLOCKED
-	XCloseDisplay(myDpy);
-	__INST(displayId) = nil;
-	END_INTERRUPTSBLOCKED
+        BEGIN_INTERRUPTSBLOCKED
+        XCloseDisplay(myDpy);
+        __INST(displayId) = nil;
+        END_INTERRUPTSBLOCKED
     }
 %}
 !
@@ -8189,6 +8189,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.187 1997-01-11 11:12:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.188 1997-01-13 21:15:18 cg Exp $'
 ! !
 XWorkstation initialize!
--- a/XWorkstation.st	Mon Jan 13 22:13:57 1997 +0100
+++ b/XWorkstation.st	Mon Jan 13 22:15:18 1997 +0100
@@ -5879,16 +5879,16 @@
 
 !XWorkstation methodsFor:'initialize / release'!
 
-close
+closeConnection
     "close down the connection to the X-server"
 
 %{  /* NOCONTEXT */
 
     if (ISCONNECTED) {
-	BEGIN_INTERRUPTSBLOCKED
-	XCloseDisplay(myDpy);
-	__INST(displayId) = nil;
-	END_INTERRUPTSBLOCKED
+        BEGIN_INTERRUPTSBLOCKED
+        XCloseDisplay(myDpy);
+        __INST(displayId) = nil;
+        END_INTERRUPTSBLOCKED
     }
 %}
 !
@@ -8189,6 +8189,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.187 1997-01-11 11:12:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.188 1997-01-13 21:15:18 cg Exp $'
 ! !
 XWorkstation initialize!