diff -r b77cc326916d -r cefae21c9c0b DeviceWorkstation.st --- a/DeviceWorkstation.st Fri May 02 16:07:08 1997 +0200 +++ b/DeviceWorkstation.st Fri May 02 16:52:09 1997 +0200 @@ -340,6 +340,11 @@ MultiClickTimeDelta := 300. "a click within 300ms is considered a double one" ButtonTranslation := #(1 2 3) "identity translation" +! + +nativeWindows:aBoolean + "enable / disable use of native windows - dummy here." + ! ! !DeviceWorkstation class methodsFor:'Signal constants'! @@ -5523,6 +5528,6 @@ !DeviceWorkstation class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.218 1997-05-02 06:56:57 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.219 1997-05-02 14:52:09 cg Exp $' ! ! DeviceWorkstation initialize!