From d5cc7b515e8897c94815ebb2d8fe6da675846149 Mon Sep 17 00:00:00 2001
From: Yuhang Zhao <zhaoyuhang@rankyee.com>
Date: 周三, 06 12月 2023 17:00:21 +0800
Subject: [PATCH] format

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

diff --git a/src/core/contexts/win32windowcontext_p.h b/src/core/contexts/win32windowcontext_p.h
index b99314e..b8b8fea 100644
--- a/src/core/contexts/win32windowcontext_p.h
+++ b/src/core/contexts/win32windowcontext_p.h
@@ -9,7 +9,7 @@
     class QWK_CORE_EXPORT Win32WindowContext : public AbstractWindowContext {
         Q_OBJECT
     public:
-        Win32WindowContext(QWindow *window, WindowItemDelegate *delegate);
+        Win32WindowContext(QObject *host, WindowItemDelegate *delegate);
         ~Win32WindowContext() override;
 
         enum WindowPart {
@@ -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;
 
@@ -42,6 +45,8 @@
         // Whether the last mouse leave message is blocked, mainly for handling the unexpected
         // WM_MOUSELEAVE.
         bool mouseLeaveBlocked = false;
+
+        bool centered = false;
     };
 
 }

--
Gitblit v1.9.1