summaryrefslogtreecommitdiffstats
path: root/src/tk/style.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-01-27 01:58:09 (EST)
committer P. J. McDermott <pj@pehjota.net>2022-01-27 02:19:29 (EST)
commit4a0566ce98cb5dd9a719c486a87b18a23875db12 (patch)
treef06c25a5ce130ca91deedcae87e35ef163a3cd53 /src/tk/style.h
parentdeb999961a9018403c439f464f26a582996e1b19 (diff)
downloadmazefight-4a0566ce98cb5dd9a719c486a87b18a23875db12.zip
mazefight-4a0566ce98cb5dd9a719c486a87b18a23875db12.tar.gz
mazefight-4a0566ce98cb5dd9a719c486a87b18a23875db12.tar.bz2
tk: Add border to box
Diffstat (limited to 'src/tk/style.h')
-rw-r--r--src/tk/style.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tk/style.h b/src/tk/style.h
index 16b4e25..be4c2bb 100644
--- a/src/tk/style.h
+++ b/src/tk/style.h
@@ -24,6 +24,10 @@
#define MFTK_COLOR_FORM_G 0xDF
#define MFTK_COLOR_FORM_B 0xDF
#define MFTK_COLOR_FORM_A 0xDF
+#define MFTK_COLOR_FBDR_R 0x00 /* Form border color */
+#define MFTK_COLOR_FBDR_G 0x00
+#define MFTK_COLOR_FBDR_B 0x00
+#define MFTK_COLOR_FBDR_A 0xFF
#define MFTK_COLOR_FORE_R 0x00 /* Text color */
#define MFTK_COLOR_FORE_G 0x00
#define MFTK_COLOR_FORE_B 0x00