From 3d0d0c24adf5001be1c42b2fa86129b1b258cf70 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周一, 04 12月 2023 20:31:36 +0800
Subject: [PATCH] Fix NCHITTEST

---
 src/core/contexts/win32windowcontext_p.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/core/contexts/win32windowcontext_p.h b/src/core/contexts/win32windowcontext_p.h
index b99314e..b61ac01 100644
--- a/src/core/contexts/win32windowcontext_p.h
+++ b/src/core/contexts/win32windowcontext_p.h
@@ -33,6 +33,9 @@
         bool snapLayoutHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam,
                                LRESULT *result);
 
+        bool customWindowHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam,
+                                 LRESULT *result);
+
     protected:
         WId windowId = 0;
 

--
Gitblit v1.9.1