win32: Save and load map colors from registry
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
#include "hack.h"
|
||||
#include "color.h"
|
||||
|
||||
/* Create an array to keep track of the various windows */
|
||||
|
||||
@@ -94,6 +95,8 @@ typedef struct mswin_nhwindow_app {
|
||||
regNetHackMode; /* NetHack mode means no Windows keys in some places
|
||||
*/
|
||||
|
||||
COLORREF regMapColors[CLR_MAX];
|
||||
|
||||
LONG regMainMinX;
|
||||
LONG regMainMinY;
|
||||
LONG regMainMaxX;
|
||||
|
||||
Reference in New Issue
Block a user