File system refactoring

This commit is contained in:
elasota
2019-12-29 06:38:18 -05:00
parent b24505164d
commit 430842d17b
74 changed files with 874 additions and 1240 deletions

View File

@@ -2,6 +2,7 @@
#include <stdint.h>
#include "GpPixelFormat.h"
#include "PLErrorCodes.h"
#include "QDState.h"
struct PixMap;
@@ -29,7 +30,7 @@ namespace PortabilityLayer
explicit QDPort(QDPortType portType);
~QDPort();
int Init(const Rect &rect, GpPixelFormat_t pixelFormat);
PLError_t Init(const Rect &rect, GpPixelFormat_t pixelFormat);
QDPortType GetPortType() const;
PixMap **GetPixMap() const;