syschar -> defwindowproc

This commit is contained in:
Ryan Fleury
2024-02-05 11:07:36 -08:00
parent d2d3d14c41
commit 6e874c7449
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -492,7 +492,9 @@ w32_wnd_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
}break;
case WM_SYSCHAR:
{}break;
{
result = DefWindowProcW(hwnd, uMsg, wParam, lParam);
}break;
case WM_CHAR:
{