From 0586c98f90866e4bc9f0dfe73aefb0a07c56697e Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周二, 12 12月 2023 15:44:14 +0800 Subject: [PATCH] Add win10 border handler --- 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