X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fgrouppholder.h;h=5c8ca19270af6372cb7273720cbee40f33f6e17d;hb=75b25de04924df98939e8da7d7fa0872f891b1da;hp=cb0ab198df23867d701b1aee17d88c10f9a07f51;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;p=ion3.git diff --git a/ioncore/grouppholder.h b/ioncore/grouppholder.h index cb0ab19..5c8ca19 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-2008. * - * 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 */