aboutsummaryrefslogtreecommitdiff
path: root/src/ui/window.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-05 21:34:12 +0800
committercrupest <crupest@outlook.com>2018-11-05 21:34:12 +0800
commitad9e8897335b9cb48c8f13bd35eabfae7543f8ee (patch)
treeb6a08e87bdbce47feb4ba1375c95fae49d64580a /src/ui/window.cpp
parent17baaa03e0ff49ec1921607e6a439c1c6487883c (diff)
downloadcru-ad9e8897335b9cb48c8f13bd35eabfae7543f8ee.tar.gz
cru-ad9e8897335b9cb48c8f13bd35eabfae7543f8ee.tar.bz2
cru-ad9e8897335b9cb48c8f13bd35eabfae7543f8ee.zip
...
Diffstat (limited to 'src/ui/window.cpp')
-rw-r--r--src/ui/window.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/window.cpp b/src/ui/window.cpp
index 323a4307..947516e0 100644
--- a/src/ui/window.cpp
+++ b/src/ui/window.cpp
@@ -115,6 +115,11 @@ namespace cru
});
}
+ StringView Window::GetControlType() const
+ {
+ return control_type;
+ }
+
void Window::Close() {
if (IsWindowValid())
DestroyWindow(hwnd_);