Remove/mark some unused functions and parameters
[notion.git] / ioncore / screen-notify.h
blobd9d05bb44fc9c680bc8ed2e2888a63848e5b951e
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_infowin(WScreen *scr);
17 void screen_unnotify_notifywin(WScreen *scr);
18 void screen_unnotify_workspace_indicatorwin(void); // there's just one indicator
20 void screen_managed_notify(WScreen *scr, WRegion *reg, WRegionNotify how);
22 void screen_update_infowin(WScreen *scr);
23 void screen_update_notifywin(WScreen *scr);
24 void screen_update_workspace_indicatorwin(WRegion* reg_focused);
26 void screen_unnotify_if_screen( WScreen* reg);
27 void screen_unnotify_if_workspace( WGroupWS* reg);
29 extern void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how);
31 #endif /* ION_IONCORE_SCREEN_NOTIFY_H */