Menu work, move VOS queue interface

This commit is contained in:
elasota
2019-12-24 02:35:24 -05:00
parent 4c743c90b1
commit 3111609536
34 changed files with 828 additions and 92 deletions

View File

@@ -8,9 +8,10 @@
struct PixMap;
struct Rect;
struct IGpDisplayDriver;
struct IGpDisplayDriverSurface;
struct CGraf
struct CGraf final
{
CGraf()
: m_port(PortabilityLayer::QDPortType_CGraf)
@@ -37,6 +38,8 @@ struct CGraf
return m_port.Resize(rect);
}
void PushToDDSurface(IGpDisplayDriver *displayDriver);
// Must be the first item
PortabilityLayer::QDPort m_port;