Document fancy zones (#1496)

This commit is contained in:
vldmr11080
2020-03-09 19:22:53 +01:00
committed by GitHub
parent 7e1f7bd7fd
commit 7653d5fec9
5 changed files with 237 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ private:
HMONITOR m_monitor{};
std::wstring m_uniqueId; // Parsed deviceId + resolution + virtualDesktopId
wchar_t m_workArea[256]{};
wil::unique_hwnd m_window{};
wil::unique_hwnd m_window{}; // Hidden tool window used to represent current monitor desktop work area.
HWND m_windowMoveSize{};
bool m_drawHints{};
bool m_flashMode{};