win32 prep
authorClaus Gittinger <cg@exept.de>
Thu, 29 Apr 1999 15:03:20 +0200
changeset 2613 0a80ebe92a7a
parent 2612 a9376094c600
child 2614 0e43d058c264
win32 prep
styles/motif.style
--- a/styles/motif.style	Thu Apr 29 10:22:54 1999 +0200
+++ b/styles/motif.style	Thu Apr 29 15:03:20 1999 +0200
@@ -7,7 +7,7 @@
 ; on VGA displays, where the colors are a bit darkish,
 ; use motif_light
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.style,v 1.15 1999-03-24 23:24:12 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.style,v 1.16 1999-04-29 13:03:20 cg Exp $
 
 #if Display hasGreyscales
 ;
@@ -27,16 +27,16 @@
 ;
 ; use systemColors if running on windows native
 
-#if Display platformName = 'WIN32'
+#if Display platformName = 'xxxWIN32'
 
 ; selectionBlue                   Display getSystemColor:#COLOR_HIGHLIGHT
 ; menu.backgroundColor            Display getSystemColor:#COLOR_MENU
 ; menu.foregroundColor            Display getSystemColor:#COLOR_MENUTEXT 
 ; pullDownMenu.backgroundColor    =menu.backgroundColor
-; viewGrey                        Display getSystemColor:#COLOR_BTNFACE
+viewGrey                        Display getSystemColor:#COLOR_BTNFACE
 
-; lightColor              Color white
-; shadowColor             Color black
+lightColor              Color white
+shadowColor             Color black
 ; mediumColor             (Form width:8 height:8 fromArray:(Color ditherBits at:32) on:Display) colorMap:(Array with:Color black with:(Display getSystemColor:#COLOR_BTNFACE) )
 
 #endif