From 5a0e5a9261c251dba54afb8cc0b6b32ae9d95510 Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周二, 12 12月 2023 19:50:34 +0800 Subject: [PATCH] add theme win32 message --- src/core/contexts/abstractwindowcontext_p.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/core/contexts/abstractwindowcontext_p.h b/src/core/contexts/abstractwindowcontext_p.h index 967d002..275caa9 100644 --- a/src/core/contexts/abstractwindowcontext_p.h +++ b/src/core/contexts/abstractwindowcontext_p.h @@ -46,10 +46,7 @@ enum WindowContextHook { CentralizeHook = 1, ShowSystemMenuHook, - NeedsDrawBordersHook, - BorderThicknessHook, - BorderColorsHook, - DrawBordersHook, + DefaultColorsHook, }; virtual void virtual_hook(int id, void *data); -- Gitblit v1.9.1