Yuhang Zhao
2023-12-19 78f31c67d71ee743f022dd6f5930abae6f6d54f9
src/core/contexts/win32windowcontext_p.h
@@ -30,7 +30,7 @@
        int borderThickness() const;
    protected:
        bool setupHost() override;
        void winIdChanged(QWindow *oldWindow) override;
    public:
        bool windowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *result);
@@ -50,9 +50,6 @@
        bool nonClientCalcSizeHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam,
                                      LRESULT *result);
        bool themeStuffHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam,
                               LRESULT *resul);
    protected:
        WId windowId = 0;