NoGUI: Fix crash on startup with exclusive fullscreen
This commit is contained in:
@@ -25,7 +25,7 @@ protected:
|
||||
|
||||
std::optional<HostKeyCode> GetHostKeyCode(const std::string_view key_code) const override;
|
||||
|
||||
bool CreatePlatformWindow(bool fullscreen) override;
|
||||
bool CreatePlatformWindow() override;
|
||||
void DestroyPlatformWindow() override;
|
||||
std::optional<WindowInfo> GetPlatformWindowInfo() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user