mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Also fixed love.window.setMode to fail instead of bug out when trying to set a fullscreen mode which is too large for the monitor.
This commit is contained in:
@@ -68,7 +68,6 @@ public:
|
||||
|
||||
virtual int getDisplayCount() const = 0;
|
||||
|
||||
virtual bool checkWindowSize(int width, int height, bool fullscreen, int displayindex) const = 0;
|
||||
virtual std::vector<WindowSize> getFullscreenSizes(int displayindex) const = 0;
|
||||
|
||||
virtual int getWidth() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user