Initialize lpdwNeeded.
[wine/multimedia.git] / documentation / win95look
blobed87f6840a6eaab89516f0cf5f0a297e4b09f9b8
1 Win95/Win98 interface code is being introduced.
3 Instead of compiling Wine for Win3.1 vs. Win95 using #define switches,
4 the code now looks in a special [Tweaks.Layout] section of wine.conf
5 for a "WineLook=Win95" or "WineLook=Win98" entry.
7 A few new sections and a number of entries have been added to the
8 wine.conf file -- these are for debugging the Win95 tweaks only and may
9 be removed in a future release!  These entries/sections are:
11 [Tweak.Fonts]
12 System.Height=<point size>    # Sets the height of the system typeface
13 System.Bold=[true|false]      # Whether the system font should be boldfaced
14 System.Italic=[true|false]    # Whether the system font should be italicized
15 System.Underline=[true|false] # Whether the system font should be underlined
16 System.StrikeOut=[true|false] # Whether the system font should be struck out
17 OEMFixed.xxx                  # Same parameters for the OEM fixed typeface
18 AnsiFixed.xxx                 # Same parameters for the Ansi fixed typeface
19 AnsiVar.xxx                   # Same parameters for the Ansi variable typeface
20 SystemFixed.xxx               # Same parameters for the System fixed typeface
22 [Tweak.Layout]
23 WineLook=[Win31|Win95|Win98]  # Changes Wine's look and feel