WinWorkstation.st
changeset 3589 34e3adb59adb
parent 3584 194203bc4370
child 3632 a25578a48a6c
--- a/WinWorkstation.st	Thu Jan 17 14:44:31 2002 +0100
+++ b/WinWorkstation.st	Thu Jan 31 18:30:08 2002 +0100
@@ -51,7 +51,7 @@
 #define CACHE_LAST_BRUSH                /* remember last brush in gcData */
 #define CACHE_LAST_WM_PAINT_BRUSH       /* remember last viewBackground brush */
 #define CACHE_LAST_WM_PAINT_DC          /* remember last viewBackground paints dc */
-#define CACHE_LAST_TMP_FONT
+#define CACHE_LAST_TMP_FONT             /* */
 
 #define CACHE_PEN
 #define CACHE_BRUSH
@@ -14750,6 +14750,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.218 2001-12-11 10:09:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.219 2002-01-31 17:30:08 cg Exp $'
 ! !
 WinWorkstation initialize!