Added Alert function

This commit is contained in:
Tommy X
2015-09-01 20:10:48 -04:00
parent a5c9ae8fa2
commit a8a7ff4dad

View File

@@ -34,6 +34,7 @@ namespace lime {
virtual void SetIcon (ImageBuffer *imageBuffer) = 0; virtual void SetIcon (ImageBuffer *imageBuffer) = 0;
virtual bool SetMinimized (bool minimized) = 0; virtual bool SetMinimized (bool minimized) = 0;
virtual const char* SetTitle (const char* title) = 0; virtual const char* SetTitle (const char* title) = 0;
virtual void Alert (int count, int speed, bool stop_on_foreground) = 0;
Application* currentApplication; Application* currentApplication;
int flags; int flags;