summaryrefslogtreecommitdiffstats
path: root/tools/platform/windows
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-03-11 09:14:30 -0800
committerGitHub <noreply@github.com>2021-03-11 09:14:30 -0800
commita07455c175db33d8d95bc5cd83738808d74cd105 (patch)
tree02660537db912b7d48f34c751dc5731b88daa0db /tools/platform/windows
parent6cbd9d68a03f0a22305d4e224a3da7633b23de38 (diff)
Add Linux support to `platform` and `gfx`. (#1744)
Diffstat (limited to 'tools/platform/windows')
-rw-r--r--tools/platform/windows/win-window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/platform/windows/win-window.cpp b/tools/platform/windows/win-window.cpp
index 8822a6393..0d80eda7b 100644
--- a/tools/platform/windows/win-window.cpp
+++ b/tools/platform/windows/win-window.cpp
@@ -406,7 +406,7 @@ public:
virtual bool getVisible() override { return visible; }
virtual WindowHandle getNativeHandle() override
{
- return WindowHandle::FromHwnd(handle);
+ return WindowHandle::fromHwnd(handle);
}
virtual void setText(Slang::String text) override
{