Window API refactor

This commit is contained in:
elasota
2020-05-20 17:20:50 -04:00
parent 49c438b088
commit f53dc21475
26 changed files with 137 additions and 127 deletions

View File

@@ -24,7 +24,7 @@ struct IGpDisplayDriver;
struct IGpDisplayDriverSurface;
class PLPasStr;
struct DrawSurface final
struct DrawSurface
{
DrawSurface()
: m_port(PortabilityLayer::QDPortType_DrawSurface)