summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index ba67c29..81b844a 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -29,6 +29,7 @@
/* Form dimensions */
#define MF_FORM_P 24 /* Form padding */
+#define MF_FORM_B 2 /* Form border width, same as maze wall thickness */
#define MF_TITLE_M 24 /* Margin under title */
#define MF_ROW_M 16 /* Margin between rows */
#define MF_COL_M 16 /* Margin between labels and entries */
@@ -69,7 +70,7 @@
#define MF_COLOR_BACK_B 0xAF
#define MF_COLOR_BACK_A 0xFF
#define MF_COLOR_MAZE_R 0x00 /* Maze wall color */
-#define MF_COLOR_MAZE_G 0x00
+#define MF_COLOR_MAZE_G 0x00 /* Sync with MFTK_COLOR_FBDR_* in tk/style.h */
#define MF_COLOR_MAZE_B 0x00
#define MF_COLOR_MAZE_A 0xFF
#define MF_COLOR_FOGW_R 0x2F /* Fog of war color */