diff options
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; //-------------------------------------------------------- |