From 68bb322f09e9776340e2b14630c8fbea93b9915e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=28=C2=B4=E3=83=BB=CF=89=E3=83=BB=EF=BD=80=29?= Date: Wed, 3 Mar 2021 07:50:31 +0900 Subject: [PATCH] FIX: Missing color macro definition --- simcolor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/simcolor.h b/simcolor.h index d7296617422..4d1826b7dfe 100644 --- a/simcolor.h +++ b/simcolor.h @@ -161,6 +161,7 @@ typedef unsigned int FLAGGED_PIXVAL; #define SYSCOL_TEXT_SHADOW gui_theme_t::gui_color_text_shadow #define SYSCOL_TEXT_TITLE gui_theme_t::gui_color_text_title #define SYSCOL_TEXT_STRONG gui_theme_t::gui_color_text_strong +#define SYSCOL_TEXT_WEAK gui_theme_t::gui_color_text_weak #define SYSCOL_TEXT_INACTIVE gui_theme_t::gui_color_text_inactive #define SYSCOL_TEXT_PLACEHOLDER gui_theme_t::gui_color_text_placeholder #define MONEY_MINUS gui_theme_t::gui_color_text_minus