NoGUI: Fix crash on startup with exclusive fullscreen
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user