mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Add a TODO comment
This commit is contained in:
@@ -74,6 +74,7 @@ ZoneWindowDrawing::ZoneWindowDrawing(HWND window)
|
|||||||
// Obtain the size of the drawing area.
|
// Obtain the size of the drawing area.
|
||||||
if (!GetClientRect(window, &m_clientRect))
|
if (!GetClientRect(window, &m_clientRect))
|
||||||
{
|
{
|
||||||
|
// TODO: Log failures and errors using spdlog
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user