mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Remove port state, fix background not darkening in room editor
This commit is contained in:
@@ -43,13 +43,3 @@ void OffsetRect(Rect *rect, int right, int down)
|
||||
rect->top += down;
|
||||
rect->bottom += down;
|
||||
}
|
||||
|
||||
DrawSurface *GetGraphicsPort()
|
||||
{
|
||||
return PortabilityLayer::QDManager::GetInstance()->GetPort();
|
||||
}
|
||||
|
||||
void SetGraphicsPort(DrawSurface *gw)
|
||||
{
|
||||
PortabilityLayer::QDManager::GetInstance()->SetPort(gw);
|
||||
}
|
||||
|
Reference in New Issue
Block a user