summaryrefslogtreecommitdiff
path: root/Editor/GUI/ContainerWindow.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-13 17:29:45 +0800
committerchai <chaifix@163.com>2021-11-13 17:29:45 +0800
commit73dc62da054cbc18afc694f803ebff7fe24f4eca (patch)
tree5ed1fa0166891569e3dd6f3fa9d2ec2a83754624 /Editor/GUI/ContainerWindow.h
parent9b1f8214eea0c86d41f903a5feba9aac78603df1 (diff)
* split
Diffstat (limited to 'Editor/GUI/ContainerWindow.h')
-rw-r--r--Editor/GUI/ContainerWindow.h6
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;
//--------------------------------------------------------