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 bool SetMinimized (bool minimized) = 0;
virtual const char* SetTitle (const char* title) = 0;
virtual void Alert (int count, int speed, bool stop_on_foreground) = 0;
Application* currentApplication;
int flags;
@@ -64,4 +65,4 @@ namespace lime {
}
#endif
#endif