mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 12:39:38 +00:00
Menu work, move VOS queue interface
This commit is contained in:
@@ -17,6 +17,7 @@ namespace PortabilityLayer
|
||||
virtual void GetPort(QDPort **gw, GDevice ***gdHandle) = 0;
|
||||
virtual void SetPort(QDPort *gw, GDevice **gdHandle) = 0;
|
||||
virtual int NewGWorld(CGraf **gw, int depth, const Rect &bounds, ColorTable **colorTable, GDevice **device, int flags) = 0;
|
||||
virtual void DisposeGWorld(CGraf *gw) = 0;
|
||||
|
||||
virtual QDState *GetState() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user