class: HostGraphicsDevice
authorClaus Gittinger <cg@exept.de>
Mon, 03 Feb 2014 11:26:51 +0100
changeset 6212 3c308b5defa7
parent 6211 3422768679cd
child 6213 bd1135a2c52a
class: HostGraphicsDevice changed: #deviceColors
HostGraphicsDevice.st
--- a/HostGraphicsDevice.st	Fri Jan 31 17:16:39 2014 +0100
+++ b/HostGraphicsDevice.st	Mon Feb 03 11:26:51 2014 +0100
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libview' }"
 
 GraphicsDevice subclass:#HostGraphicsDevice
@@ -87,9 +84,9 @@
     "return the registry keeping track of colors which were allocated
      on this device."
 
-    ^ deviceColors
+    ^ deviceColors ? #()
 
-    "Created: 24.2.1997 / 18:01:41 / cg"
+    "Created: / 24-02-1997 / 18:01:41 / cg"
 !
 
 deviceCursors
@@ -263,5 +260,6 @@
 !HostGraphicsDevice class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/HostGraphicsDevice.st,v 1.24 2006-08-07 13:06:44 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/HostGraphicsDevice.st,v 1.25 2014-02-03 10:26:51 cg Exp $'
 ! !
+