some minor cleanup

This commit is contained in:
Mike Griese 2021-05-03 09:35:49 -05:00
parent 21a97b6c80
commit 2e861d8a37

View file

@ -128,8 +128,6 @@ namespace Microsoft::Console::Render
void SetAntialiasingMode(const D2D1_TEXT_ANTIALIAS_MODE antialiasingMode) noexcept;
void SetDefaultTextBackgroundOpacity(const float opacity) noexcept;
wil::unique_handle _swapChainHandle;
void UpdateHyperlinkHoveredId(const uint16_t hoveredId) noexcept;
protected:
@ -184,6 +182,8 @@ namespace Microsoft::Console::Render
static std::atomic<size_t> _tracelogCount;
wil::unique_handle _swapChainHandle;
// Device-Independent Resources
::Microsoft::WRL::ComPtr<ID2D1Factory1> _d2dFactory;