- Moved the loading of font names from user32.dll to win32k.sys.
authorFilip Navara <filip.navara@gmail.com>
Sun, 7 Mar 2004 11:59:43 +0000 (11:59 +0000)
committerFilip Navara <filip.navara@gmail.com>
Sun, 7 Mar 2004 11:59:43 +0000 (11:59 +0000)
commit5c13959830460efaa483a13031595431aff2a757
treec323c3609a5264da7d9d15713549cb0484696144
parentfceb231b0e419fcaf8ba880a7ea6a91d6a8702b3
- Moved the loading of font names from user32.dll to win32k.sys.
- Moved the window metrics values from hivesys.inf to hivedef.inf.
- In case of failure of getting the font values from registry, use default values.
- Removed user32.dll dependency on advapi32.dll.
- Removed the "UGLY HACK" code, because it really isn't true that ReactOS doesn't handle fonts with negative height.

svn path=/trunk/; revision=8563
reactos/bootdata/hivedef.inf
reactos/bootdata/hivesys.inf
reactos/lib/user32/Makefile
reactos/lib/user32/misc/desktop.c
reactos/subsys/win32k/ntuser/misc.c