mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 04:29:37 +00:00
Menu work, move VOS queue interface
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user