mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Add love.window.getIcon, and reset it after setMode, so it doesn't get reset (issue #667 and issue #513)
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
virtual std::string getWindowTitle() const = 0;
|
||||
|
||||
virtual bool setIcon(love::image::ImageData *imgd) = 0;
|
||||
virtual love::image::ImageData *getIcon() = 0;
|
||||
|
||||
// default no-op implementation
|
||||
virtual void swapBuffers();
|
||||
|
||||
Reference in New Issue
Block a user