Remove port state, fix background not darkening in room editor

This commit is contained in:
elasota
2020-06-20 02:08:22 -04:00
parent 3bf689664f
commit 9d5adb9bb6
34 changed files with 45 additions and 138 deletions

View File

@@ -50,6 +50,8 @@ namespace PortabilityLayer
virtual void HandleScreenResolutionChange(uint32_t prevWidth, uint32_t prevHeight, uint32_t newWidth, uint32_t newHeight) = 0;
virtual void SetBackgroundColor(uint8_t r, uint8_t g, uint8_t b) = 0;
static WindowManager *GetInstance();
};
}