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:
+1
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user