]> git.decadent.org.uk Git - ion3.git/blob - ioncore/activity.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / activity.h
1 /*
2  * ion/ioncore/activity.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_ACTIVITY_H
10 #define ION_IONCORE_ACTIVITY_H
11
12 #include <libtu/setparam.h>
13 #include <libmainloop/hooks.h>
14 #include <libextl/extl.h>
15 #include "region.h"
16
17 extern bool region_set_activity(WRegion *reg, int sp);
18 extern bool region_is_activity(WRegion* re);
19 extern bool region_is_activity_r(WRegion *reg);
20
21 extern void region_mark_mgd_activity(WRegion *mgr);
22 extern void region_clear_mgd_activity(WRegion *mgr);
23
24 extern bool ioncore_activity_i(ExtlFn fn);
25 extern WRegion *ioncore_activity_first();
26 extern bool ioncore_goto_activity();
27 extern ObjList *ioncore_activity_list();
28
29 #endif /* ION_IONCORE_ACTIVITY_H */