]> git.decadent.org.uk Git - ion3.git/blob - ioncore/screen-notify.h
bbaac26e23385300c2f21dfe10195bd5b7250c41
[ion3.git] / ioncore / screen-notify.h
1 /*
2  * ion/ioncore/screen-notify.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2008. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_SCREEN_NOTIFY_H
10 #define ION_IONCORE_SCREEN_NOTIFY_H
11
12 #include "common.h"
13 #include "region.h"
14 #include "screen.h"
15
16
17 void screen_managed_notify(WScreen *scr, WRegion *reg, WRegionNotify how);
18
19 void screen_update_infowin(WScreen *scr);
20 void screen_update_notifywin(WScreen *scr);
21
22 extern void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how);
23
24 #endif /* ION_IONCORE_SCREEN_NOTIFY_H */