*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 24 Feb 1997 18:37:48 +0100
changeset 1366 f6bf6c707e32
parent 1365 37a9e7ac4dbc
child 1367 84941299a4df
*** empty log message ***
XWorkstat.st
XWorkstation.st
--- a/XWorkstat.st	Mon Feb 24 18:32:40 1997 +0100
+++ b/XWorkstat.st	Mon Feb 24 18:37:48 1997 +0100
@@ -6400,6 +6400,7 @@
     quitAppAtom := nil.
 
     self initializeScreenProperties.
+    self initializeDeviceResourceTables.
 
     self initializeDefaultValues.
     self initializeEventBuffer.
@@ -8650,6 +8651,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.206 1997-02-20 12:05:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.207 1997-02-24 17:37:48 cg Exp $'
 ! !
 XWorkstation initialize!
--- a/XWorkstation.st	Mon Feb 24 18:32:40 1997 +0100
+++ b/XWorkstation.st	Mon Feb 24 18:37:48 1997 +0100
@@ -6400,6 +6400,7 @@
     quitAppAtom := nil.
 
     self initializeScreenProperties.
+    self initializeDeviceResourceTables.
 
     self initializeDefaultValues.
     self initializeEventBuffer.
@@ -8650,6 +8651,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.206 1997-02-20 12:05:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.207 1997-02-24 17:37:48 cg Exp $'
 ! !
 XWorkstation initialize!