handle merge conflict

This commit is contained in:
Fayaz Shaikh 2026-03-04 13:42:49 -05:00 committed by GitHub
parent 46f538b7f8
commit 98339ade14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -592,12 +592,12 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
}
}
}
return DefWindowProc(hWnd, message, wParam, lParam);
break;
case WM_SIZE:
{
UpdateAspectRatio(LOWORD(lParam), HIWORD(lParam));
}
break;
break;
default:
return DefWindowProc(hWnd, message, wParam, lParam);
}