Started work

This commit is contained in:
ivan100sic
2020-10-14 14:45:50 +02:00
committed by Ivan Stosic
parent f97ed9c340
commit 92a3ff9b2a
3 changed files with 16 additions and 4 deletions

View File

@@ -87,11 +87,11 @@ namespace ZoneWindowUtils
HPAINTBUFFER bufferedPaint = BeginBufferedPaint(hdc, &clientRect, BPBF_TOPDOWNDIB, nullptr, &hdcMem);
if (bufferedPaint)
{
ZoneWindowDrawing::DrawBackdrop(hdcMem, clientRect);
ZoneWindowDrawingNS::DrawBackdrop(hdcMem, clientRect);
if (hasActiveZoneSet)
{
ZoneWindowDrawing::DrawActiveZoneSet(hdcMem,
ZoneWindowDrawingNS::DrawActiveZoneSet(hdcMem,
hostZoneColor,
hostZoneBorderColor,
hostZoneHighlightColor,