Add initial window.setIcon support

This commit is contained in:
Joshua Granick
2014-12-28 11:05:35 -08:00
parent 01a1c6ca3a
commit 05162a2d05
5 changed files with 34 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
#endif
#include <app/Application.h>
#include <graphics/ImageBuffer.h>
namespace lime {
@@ -19,6 +20,7 @@ namespace lime {
virtual void Move (int x, int y) = 0;
virtual void Resize (int width, int height) = 0;
virtual void SetIcon (ImageBuffer *imageBuffer) = 0;
Application* currentApplication;
int flags;