GraphicsContext.st
changeset 7703 ed5256740f66
parent 7503 bdb0ef0d889a
child 7723 620e91f9b082
child 7801 204ddab3ac42
--- a/GraphicsContext.st	Wed Nov 23 21:13:19 2016 +0100
+++ b/GraphicsContext.st	Thu Nov 24 08:59:11 2016 +0100
@@ -984,6 +984,10 @@
     "Modified: 12.5.1996 / 19:40:43 / cg"
 !
 
+setDevice:aDevice
+    device := aDevice
+!
+
 viewOrigin
     "return the drawables visible origin (for scrolling)"