33 lines
1.7 KiB
Plaintext
33 lines
1.7 KiB
Plaintext
|
Win95 interface code is being introduced.
|
||
|
|
||
|
Instead of compiling Wine for Win3.1 vs. Win95 using #define switches,
|
||
|
the code now looks in a special [Tweaks.Layout] section of wine.conf
|
||
|
for a "Win95Look=true" entry.
|
||
|
|
||
|
A few new sections and a number of entries have been added to the
|
||
|
wine.conf file -- these are for debugging the Win95 tweaks only and may
|
||
|
be removed in a future release! These entries/sections are:
|
||
|
|
||
|
[Tweak.Fonts]
|
||
|
System.Height=<point size> # Sets the height of the system typeface
|
||
|
System.Bold=[true|false] # Whether the system font should be boldfaced
|
||
|
System.Italic=[true|false] # Whether the system font should be italicized
|
||
|
System.Underline=[true|false] # Whether the system font should be underlined
|
||
|
System.StrikeOut=[true|false] # Whether the system font should be struck out
|
||
|
OEMFixed.xxx # Same parameters for the OEM fixed typeface
|
||
|
AnsiFixed.xxx # Same parameters for the Ansi fixed typeface
|
||
|
AnsiVar.xxx # Same parameters for the Ansi variable typeface
|
||
|
SystemFixed.xxx # Same parameters for the System fixed typeface
|
||
|
|
||
|
[Tweak.Layout]
|
||
|
Win95Look=[true|false] # Enables/disables the Win95 look and feel
|
||
|
MenuBarItemTopNudge=<pixels> # Nudges the menu bar items down/up
|
||
|
MenuBarItemLeftNudge=<pixels> # Nudges the menu bar items left/right
|
||
|
MenuItemTopNudge=<pixels> # Nudges the menu items down/up
|
||
|
MenuItemLeftNudge=<pixels> # Nudges the menu items left/right
|
||
|
MenuHighlightTopNudge=<pixels> # Nudges the top of the highlight bar
|
||
|
MenuHighlightLeftNudge=<pixels> # Nudges the left side of the highlight bar
|
||
|
MenuHighlightRightNudge=<pixels> # Nudges the right side of the highlight bar
|
||
|
MenuHighlightBottomNudge=<pixels> # Nudges the bottom of the highlight bar
|
||
|
|