NoGUI: Fix crash on startup with exclusive fullscreen

This commit is contained in:
Connor McLaughlin
2021-05-21 13:10:23 +10:00
parent 79549a2a51
commit 6aa78b11fe
8 changed files with 17 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ public:
static std::unique_ptr<NoGUIHostInterface> Create();
protected:
bool CreatePlatformWindow(bool fullscreen) override;
bool CreatePlatformWindow() override;
void DestroyPlatformWindow() override;
std::optional<WindowInfo> GetPlatformWindowInfo() override;