mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-06 06:09:50 +00:00
Merge branch 'dev/miniksa/plural_dirty_rects' into dev/miniksa/bitmap
This commit is contained in:
@@ -1689,7 +1689,7 @@ float DxEngine::GetScaling() const noexcept
|
||||
// - <none>
|
||||
// Return Value:
|
||||
// - Rectangle describing dirty area in characters.
|
||||
[[nodiscard]] std::vector<SMALL_RECT> DxEngine::GetDirtyArea() noexcept
|
||||
[[nodiscard]] std::vector<SMALL_RECT> DxEngine::GetDirtyArea()
|
||||
{
|
||||
return { til::rectangle{} };
|
||||
}
|
||||
|
||||
@@ -98,7 +98,7 @@ namespace Microsoft::Console::Render
|
||||
|
||||
[[nodiscard]] HRESULT GetProposedFont(const FontInfoDesired& fiFontInfoDesired, FontInfo& fiFontInfo, int const iDpi) noexcept override;
|
||||
|
||||
[[nodiscard]] std::vector<SMALL_RECT> GetDirtyArea() noexcept override;
|
||||
[[nodiscard]] std::vector<SMALL_RECT> GetDirtyArea() override;
|
||||
|
||||
[[nodiscard]] HRESULT GetFontSize(_Out_ COORD* const pFontSize) noexcept override;
|
||||
[[nodiscard]] HRESULT IsGlyphWideByFont(const std::wstring_view glyph, _Out_ bool* const pResult) noexcept override;
|
||||
|
||||
Reference in New Issue
Block a user