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(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 */