]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/screen-notify.h
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / ioncore / screen-notify.h
diff --git a/ioncore/screen-notify.h b/ioncore/screen-notify.h
new file mode 100644 (file)
index 0000000..d5f27cd
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * ion/ioncore/screen-notify.h
+ *
+ * Copyright (c) Tuomo Valkonen 1999-2007. 
+ *
+ * Ion is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ */
+
+#ifndef ION_IONCORE_SCREEN_NOTIFY_H
+#define ION_IONCORE_SCREEN_NOTIFY_H
+
+#include "common.h"
+#include "region.h"
+#include "screen.h"
+
+
+void screen_managed_notify(WScreen *scr, WRegion *reg, WRegionNotify how);
+
+void screen_update_infowin(WScreen *scr);
+void screen_update_notifywin(WScreen *scr);
+
+extern void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how);
+
+#endif /* ION_IONCORE_SCREEN_NOTIFY_H */