Fixes from <Someone>

- added support for new options
- fixed couple of typos in options.c
- added sunken edge around message window
- added capability to replace font in the font table (if we will want to
  change font sizes dynamically later)
This commit is contained in:
nethack.allison
2002-02-06 00:15:47 +00:00
parent 1f6484473f
commit 02e2c671ed
14 changed files with 251 additions and 210 deletions
+1 -2
View File
@@ -8,7 +8,6 @@
#include "winMS.h"
HGDIOBJ mswin_create_font(int win_type, int attr, HDC hdc);
void mswin_destroy_font( HGDIOBJ fnt );
HGDIOBJ mswin_get_font(int win_type, int attr, HDC hdc, BOOL replace);
#endif /* MSWINFont_h */