#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Fri, 16 Dec 2016 15:54:09 +0100
changeset 7750 7b574569192e
parent 7749 f4ad7601ae41
child 7751 b264b5ca7e35
#REFACTORING by stefan class: GraphicsMedium changed: #initGC initGC now returns the gcId
GraphicsMedium.st
--- a/GraphicsMedium.st	Fri Dec 16 15:51:12 2016 +0100
+++ b/GraphicsMedium.st	Fri Dec 16 15:54:09 2016 +0100
@@ -2666,7 +2666,7 @@
      really drawn, none is created.
      This method is sent, when the first drawing happens"
 
-    gc initGC
+    ^ gc initGC
 !
 
 initialize
@@ -2848,6 +2848,10 @@
 
 !GraphicsMedium class methodsFor:'documentation'!
 
+version
+    ^ '$Header$'
+!
+
 version_CVS
     ^ '$Header$'
 ! !