Use <resource:#obsolete>
authorStefan Vogel <sv@exept.de>
Thu, 17 May 2001 16:32:10 +0200
changeset 3430 1ca3730f78de
parent 3429 7f87cd2ae010
child 3431 afd71b27768d
Use <resource:#obsolete>
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Thu May 17 16:29:09 2001 +0200
+++ b/DeviceWorkstation.st	Thu May 17 16:32:10 2001 +0200
@@ -26,7 +26,8 @@
 		ditherColors fixColors numFixRed numFixGreen numFixBlue
 		fixGrayColors copyBuffer lastCopyBuffer blackColor whiteColor
 		focusMode activeView clipBoardEncoding focusView
-		deviceErrorSignal deviceIOErrorSignal mayOpenDebugger suppressDebugger'
+		deviceErrorSignal deviceIOErrorSignal mayOpenDebugger
+		suppressDebugger'
 	classVariableNames:'ButtonTranslation MultiClickTimeDelta DeviceErrorSignal
 		DeviceIOErrorSignal DeviceIOTimeoutErrorSignal ErrorPrinting
 		DefaultScreen AllScreens CurrentScreenQuerySignal
@@ -6240,6 +6241,8 @@
 synchronizeOutput
     "{ Pragma: +optSpace }"
 
+    <resource:#obsolete>
+
     "send all buffered drawing to the display.
      OBSOLETE: please use #flush for ST-80 compatibility."
 
@@ -7260,6 +7263,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.397 2001-05-08 09:23:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.398 2001-05-17 14:32:10 stefan Exp $'
 ! !
 DeviceWorkstation initialize!