X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fgrouppholder.c;h=3c2ed30d244334d13a44a2e0a6f227ced3225e5e;hp=d92c5b4dbab0ad4c9ec27c01d14be16521f2b6f2;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/ioncore/grouppholder.c b/ioncore/grouppholder.c index d92c5b4..3c2ed30 100644 --- a/ioncore/grouppholder.c +++ b/ioncore/grouppholder.c @@ -1,12 +1,9 @@ /* * ion/ioncore/grouppholder.c * - * Copyright (c) Tuomo Valkonen 2005-2006. + * Copyright (c) Tuomo Valkonen 2005-2007. * - * 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. */ #include @@ -73,9 +70,7 @@ bool grouppholder_init(WGroupPHolder *ph, WGroup *ws, if(st->above!=NULL && st->above->reg!=NULL) ph->param.stack_above=st->above->reg; - ph->param.modal=FALSE; ph->param.bottom=(st==ws->bottom); - /*ph->passive=FALSE;*/ }else{ ph->param=*param; }