settable lime.ui.Window.titlem, SDL only

This commit is contained in:
Jarnik
2015-07-31 08:08:12 +02:00
parent ecdae2570e
commit 83fcb82cce
6 changed files with 50 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ namespace lime {
virtual bool SetFullscreen (bool fullscreen) = 0;
virtual void SetIcon (ImageBuffer *imageBuffer) = 0;
virtual bool SetMinimized (bool minimized) = 0;
virtual const char* SetTitle (const char* title) = 0;
Application* currentApplication;
int flags;