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:
Bart van Strien
2013-07-09 15:19:49 +02:00
parent aaa301ead2
commit 25d0d87247
5 changed files with 30 additions and 0 deletions
+1
View File
@@ -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();