X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ioncore%2Fattach.h;fp=ioncore%2Fattach.h;h=ca144febeb678092ceb7cb6d7578496c301966e7;hb=f869221ce49f0fb7cca48eee28daff8684305963;hp=ec518ae397a724a621225f7871588c28dcd06f3a;hpb=720e6978185b09f2b2f60a6b96018238085a7238;p=ion3.git diff --git a/ioncore/attach.h b/ioncore/attach.h index ec518ae..ca144fe 100644 --- a/ioncore/attach.h +++ b/ioncore/attach.h @@ -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);