]> git.decadent.org.uk Git - ion3.git/blob - ioncore/screen-notify.h
d5f27cd2c948ef5aaeb2213f1f921ce6ddb869d6
[ion3.git] / ioncore / screen-notify.h
1 /*
2  * ion/ioncore/screen-notify.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_SCREEN_NOTIFY_H
13 #define ION_IONCORE_SCREEN_NOTIFY_H
14
15 #include "common.h"
16 #include "region.h"
17 #include "screen.h"
18
19
20 void screen_managed_notify(WScreen *scr, WRegion *reg, WRegionNotify how);
21
22 void screen_update_infowin(WScreen *scr);
23 void screen_update_notifywin(WScreen *scr);
24
25 extern void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how);
26
27 #endif /* ION_IONCORE_SCREEN_NOTIFY_H */