2 * ion/ioncore/screen-notify.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_SCREEN_NOTIFY_H
10 #define ION_IONCORE_SCREEN_NOTIFY_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 */