diff options
| author | chai <chaifix@163.com> | 2021-10-20 13:50:50 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2021-10-20 13:50:50 +0800 |
| commit | afdcbfa9c4259fb003fd072ae011836230e7e39b (patch) | |
| tree | 28687805fa6cd08ea998adffeac7b241af42cfe8 /Editor/GUI/WindowUtil.cpp | |
| parent | c795fb754bfd5c84c1bfd7dc793c6519f01109ea (diff) | |
+containers
Diffstat (limited to 'Editor/GUI/WindowUtil.cpp')
| -rw-r--r-- | Editor/GUI/WindowUtil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Editor/GUI/WindowUtil.cpp b/Editor/GUI/WindowUtil.cpp index b76b6d0..34a7b30 100644 --- a/Editor/GUI/WindowUtil.cpp +++ b/Editor/GUI/WindowUtil.cpp @@ -13,7 +13,7 @@ void WindowUtil::RegisterClasses() { log_info("WindowUtil::Init()"); - ContainerWindowClassAtom = winutils::RegisterWindowClass(kContainerWindowClassName, ContainnerWindow::ContainerWndProc, CS_HREDRAW | CS_VREDRAW); - PopupWindowClassAtom = winutils::RegisterWindowClass(kPopupWindowClassName, ContainnerWindow::ContainerWndProc, CS_HREDRAW | CS_VREDRAW | CS_DROPSHADOW);//CS_HREDRAW宽度(水平)变化时重绘、CS_VREDRAW高度(垂直)变化时重绘 + ContainerWindowClassAtom = winutils::RegisterWindowClass(kContainerWindowClassName, ContainerWindow::ContainerWndProc, CS_HREDRAW | CS_VREDRAW); + PopupWindowClassAtom = winutils::RegisterWindowClass(kPopupWindowClassName, ContainerWindow::ContainerWndProc, CS_HREDRAW | CS_VREDRAW | CS_DROPSHADOW);//CS_HREDRAW宽度(水平)变化时重绘、CS_VREDRAW高度(垂直)变化时重绘 GUIViewClassAtom = winutils::RegisterWindowClass(kGUIWindowClassName, GUIWindow::GUIViewWndProc, CS_HREDRAW | CS_VREDRAW | CS_DROPSHADOW); }
\ No newline at end of file |
