diff options
| author | Yong He <yonghe@outlook.com> | 2021-03-11 09:14:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 09:14:30 -0800 |
| commit | a07455c175db33d8d95bc5cd83738808d74cd105 (patch) | |
| tree | 02660537db912b7d48f34c751dc5731b88daa0db /tools/platform/gui.cpp | |
| parent | 6cbd9d68a03f0a22305d4e224a3da7633b23de38 (diff) | |
Add Linux support to `platform` and `gfx`. (#1744)
Diffstat (limited to 'tools/platform/gui.cpp')
| -rw-r--r-- | tools/platform/gui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/platform/gui.cpp b/tools/platform/gui.cpp index 5c210f460..f2f9561d5 100644 --- a/tools/platform/gui.cpp +++ b/tools/platform/gui.cpp @@ -34,7 +34,6 @@ LRESULT CALLBACK guiWindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam return handled; } -void setNativeWindowHook(Window* window, WNDPROC proc); #endif @@ -51,8 +50,6 @@ GUI::GUI( #ifdef _WIN32 ImGui_ImplWin32_Init((HWND)window->getNativeHandle().handleValues[0]); - - setNativeWindowHook(window, &guiWindowProc); #endif // Let's do the initialization work required for our graphics API |
