# HG changeset patch # User Claus Gittinger # Date 1287751946 -7200 # Node ID 1d15d632c9c683e97bdfb605ef9ffc1235bdd008 # Parent d525c04c0390f0179c41c0ec77beae0c650d7ad5 comment/format in: #monitorBoundsAt: diff -r d525c04c0390 -r 1d15d632c9c6 DeviceWorkstation.st --- a/DeviceWorkstation.st Fri Oct 22 14:51:27 2010 +0200 +++ b/DeviceWorkstation.st Fri Oct 22 14:52:26 2010 +0200 @@ -27,7 +27,8 @@ focusMode activeView clipBoardEncoding maxClipBoardSize focusView deviceErrorSignal deviceIOErrorSignal mayOpenDebugger suppressDebugger eventSema buttonLongPressedHandlerProcess - buttonPressTimeForMenu' + buttonPressTimeForMenu aboutToOpenModalWindowHooks + aboutToOpenNonModalWindowHooks' classVariableNames:'ButtonTranslation MultiClickTimeDelta DeviceErrorSignal DeviceOpenErrorSignal DeviceIOErrorSignal DeviceIOTimeoutErrorSignal ErrorPrinting DefaultScreen AllScreens @@ -2112,8 +2113,11 @@ ! monitorBoundsAt:aPoint - "/ ************* MULTI SCREEN + "to be redefined for display systems which support MULTI SCREEN" + ^ self bounds + + "Modified: / 22-10-2010 / 10:57:17 / cg" ! monitorType @@ -8005,11 +8009,11 @@ !DeviceWorkstation class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.549 2010-10-11 09:05:20 mb Exp $' + ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.550 2010-10-22 12:52:26 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.549 2010-10-11 09:05:20 mb Exp $' + ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.550 2010-10-22 12:52:26 cg Exp $' ! ! DeviceWorkstation initialize!