styles/decWindows.style
changeset 2991 918e2f570098
parent 2982 b52d24260115
child 3190 3d3301e074e6
--- a/styles/decWindows.style	Wed Oct 27 14:10:19 1999 +0200
+++ b/styles/decWindows.style	Wed Oct 27 15:28:03 1999 +0200
@@ -4,15 +4,15 @@
 ; like motif
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/decWindows.style,v 1.6 1999-10-26 18:16:05 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/decWindows.style,v 1.7 1999-10-27 13:28:02 stefan Exp $
 
-#if Display isNil or:[Display hasGreyscales]
+#if Screen current isNil or:[Screen current hasGreyscales]
 viewGrey                    (Color grey:60) "/ (Color grey:59.6078) 
 scrollerVB                  (Color grey:50) "/ (Color grey:50.1961)
 selectionInListColor        (Color red:40.7843 green:42.3529 blue:50.1961)
 #endif
 
-#if Display isNil or:[Display hasColors]
+#if Screen current isNil or:[Screen current hasColors]
 orange                      (Color red:90.9804 green:65.8824 blue:43.9216)
 #endif
 
@@ -96,7 +96,7 @@
 ruler.backgroundColor            =scrollerVB
 
 focusBorderWidth                 2
-#if Display isNil or:[Display hasColors]
+#if Screen current isNil or:[Screen current hasColors]
 focusColor                       =orange
 #endif