]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/attach.h
Imported Upstream version 20090110
[ion3.git] / ioncore / attach.h
index ec518ae397a724a621225f7871588c28dcd06f3a..fe89217360ad59ed8beab12ef1c16c4694c8be95 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/attach.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -51,6 +51,11 @@ extern WRegion *region_attach_helper(WRegion *mgr,
                                      WRegionDoAttachFn *fn, void *fn_param,
                                      const WRegionAttachData *data);
 
+extern WRegion *region_attach_load_helper(WRegion *mgr,
+                                          WWindow *par, const WFitParams *fp,
+                                          WRegionDoAttachFn *fn, void *fn_param,
+                                          ExtlTab tab, WPHolder **sm_ph);
+
 extern bool region_ancestor_check(WRegion *dst, WRegion *reg);
 
 extern void region_postdetach_dispose(WRegion *reg, WRegion *disposeroot);