]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/group.h
Add 20071109-1.
[ion3.git] / ioncore / group.h
index d9a37ea90e133cfbae22794e8ae603a04ca32c8a..1966ba2ec9cb912a40b74f24d06e6fb9c7310518 100644 (file)
@@ -3,10 +3,7 @@
  *
  * Copyright (c) Tuomo Valkonen 1999-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.
  */
 
 #ifndef ION_IONCORE_GROUP_H
@@ -75,6 +72,9 @@ DYNFUN WStacking *group_do_add_managed(WGroup *ws, WRegion *reg,
 extern WStacking *group_do_add_managed_default(WGroup *ws, WRegion *reg, 
                                                int level, WSizePolicy szplcy);
 
+extern void group_get_attach_params(WGroup *ws, ExtlTab tab, 
+                                    WGroupAttachParams *par);
+
 extern WRegion *group_do_attach(WGroup *ws, 
                                 WGroupAttachParams *param,
                                 WRegionAttachData *data);
@@ -94,6 +94,7 @@ extern void group_managed_notify(WGroup *ws, WRegion *reg, WRegionNotify how);
 
 extern WRegion *group_bottom(WGroup *ws);
 extern bool group_set_bottom(WGroup *ws, WRegion *reg);
+DYNFUN void group_bottom_set(WGroup *grp);
 
 extern bool group_rescue_clientwins(WGroup *ws, WRescueInfo *info);