mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Window API refactor
This commit is contained in:
@@ -649,7 +649,7 @@ namespace PortabilityLayer
|
||||
if (m_haveHighlightOverride != enabled)
|
||||
{
|
||||
m_haveHighlightOverride = enabled;
|
||||
DrawControl(&m_window->m_surface);
|
||||
DrawControl(m_window->GetDrawSurface());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user