From 677e7a737897e8c2a60564085821545810369e02 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 11 12月 2023 22:43:14 +0800 Subject: [PATCH] Widgets: Add window state handler --- src/core/contexts/abstractwindowcontext_p.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/core/contexts/abstractwindowcontext_p.h b/src/core/contexts/abstractwindowcontext_p.h index a7b6767..3c04073 100644 --- a/src/core/contexts/abstractwindowcontext_p.h +++ b/src/core/contexts/abstractwindowcontext_p.h @@ -48,6 +48,7 @@ ShowSystemMenuHook, NeedsDrawBordersHook, DrawBordersHook, + QueryBorderThicknessHook }; virtual void virtual_hook(int id, void *data); -- Gitblit v1.9.1