Update contrib
[notion/jeffpc.git] / ioncore / screen-notify.h
blob14da8dda9125360e8d67c810516ecad026765fc6
1 /*
2 * ion/ioncore/screen-notify.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_SCREEN_NOTIFY_H
10 #define ION_IONCORE_SCREEN_NOTIFY_H
12 #include "common.h"
13 #include "region.h"
14 #include "screen.h"
16 void screen_unnotify(WScreen *scr);
17 void screen_nowindowinfo(WScreen *scr);
19 void screen_managed_notify(WScreen *scr, WRegion *reg, WRegionNotify how);
21 void screen_update_infowin(WScreen *scr);
22 void screen_update_notifywin(WScreen *scr);
24 extern void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how);
26 #endif /* ION_IONCORE_SCREEN_NOTIFY_H */