X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fgrouppholder.h;h=f627089aefa0856c4f01cb08afade7174123067b;hp=cb0ab198df23867d701b1aee17d88c10f9a07f51;hb=HEAD;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d diff --git a/ioncore/grouppholder.h b/ioncore/grouppholder.h index cb0ab19..f627089 100644 --- a/ioncore/grouppholder.h +++ b/ioncore/grouppholder.h @@ -1,12 +1,9 @@ /* * ion/ioncore/grouppholder.h * - * Copyright (c) Tuomo Valkonen 2005-2007. + * Copyright (c) Tuomo Valkonen 2005-2009. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_GROUPPHOLDER_H @@ -16,13 +13,14 @@ #include #include "group.h" -INTRCLASS(WGroupPHolder); DECLCLASS(WGroupPHolder){ WPHolder ph; - Watch group_watch; + WGroup *group; Watch stack_above_watch; WGroupAttachParams param; + WGroupPHolder *next, *prev; + WPHolder *recreate_pholder; }; extern WGroupPHolder *create_grouppholder(WGroup *group, @@ -46,4 +44,8 @@ extern WRegion *grouppholder_do_attach(WGroupPHolder *ph, int flags, extern WGroupPHolder *group_managed_get_pholder(WGroup *group, WRegion *mgd); +extern void grouppholder_do_unlink(WGroupPHolder *ph); +extern void grouppholder_do_link(WGroupPHolder *ph, WGroup *group, + WRegion *stack_above); + #endif /* ION_IONCORE_GROUPPHOLDER_H */