diff options
author | chai <chaifix@163.com> | 2021-11-13 17:29:45 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-13 17:29:45 +0800 |
commit | 73dc62da054cbc18afc694f803ebff7fe24f4eca (patch) | |
tree | 5ed1fa0166891569e3dd6f3fa9d2ec2a83754624 /Editor/GUI/ContainerWindow.h | |
parent | 9b1f8214eea0c86d41f903a5feba9aac78603df1 (diff) |
* split
Diffstat (limited to 'Editor/GUI/ContainerWindow.h')
-rw-r--r-- | Editor/GUI/ContainerWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Editor/GUI/ContainerWindow.h b/Editor/GUI/ContainerWindow.h index 08f08fe..09a1f0f 100644 --- a/Editor/GUI/ContainerWindow.h +++ b/Editor/GUI/ContainerWindow.h @@ -47,7 +47,7 @@ public: GET(HWND, WindowHandle, m_Window); GET(HDC, DC, m_DC); - void OnRectChanged(); + void OnSizeChanged(); void OnActivateApplication(bool active); private: @@ -66,10 +66,10 @@ private: POINT m_MinSize; POINT m_MaxSize; -#ifdef GAMELAB_WIN HWND m_Window; HDC m_DC; -#endif + + LuaBind::MemberRef m_Script; //-------------------------------------------------------- |