From 0bfa2e22a9652aa4d0b86d9ad2925caed1946737 Mon Sep 17 00:00:00 2001 From: chenyc Date: Sat, 6 Jul 2024 12:41:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3gcc=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=EF=BC=8Cconfig.h=20=E4=B8=AD=20uint?= =?UTF-8?q?=E5=80=BC=E6=8C=87=E5=AE=9A=E4=B8=BANULL=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEF/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEF/config.h b/DEF/config.h index da30e2b0..f4893c3f 100644 --- a/DEF/config.h +++ b/DEF/config.h @@ -40,8 +40,8 @@ static const unsigned int alphas[][3] = { /* 透明度设置 ColFg, [SchemeSelGlobal] = { OPAQUE, baralpha, borderalpha }, [SchemeNormTag] = { OPAQUE, baralpha, borderalpha }, [SchemeSelTag] = { OPAQUE, baralpha, borderalpha }, - [SchemeBarEmpty] = { NULL, 0x11, NULL }, - [SchemeStatusText] = { OPAQUE, 0x88, NULL }, + [SchemeBarEmpty] = { 0, 0x11, 0 }, + [SchemeStatusText] = { OPAQUE, 0x88, 0 }, }; /* 自定义脚本位置 */