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
-5
View File
@@ -8,11 +8,6 @@
#include "winMS.h"
#define NHWND_ALIGN_LEFT 0
#define NHWND_ALIGN_RIGHT 1
#define NHWND_ALIGN_TOP 2
#define NHWND_ALIGN_BOTTOM 3
HWND mswin_init_main_window (void);
void mswin_layout_main_window(HWND changed_child);