]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/group.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / ioncore / group.h
index 0de372a84f35f790604c334829dda0e8b2ff2dde..cfc1b600332d1b75f1c0f611a8f928ea22b4a938 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/group.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * 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
@@ -36,7 +36,6 @@ DECLSTRUCT(WGroupAttachParams){
     uint switchto_set:1;
     
     uint switchto:1;
-    uint modal:1;
     uint bottom:1;
     
     int geom_weak;
@@ -48,7 +47,7 @@ DECLSTRUCT(WGroupAttachParams){
 };
 
 #define GROUPATTACHPARAMS_INIT \
-    {0, 0, 0, 0, 0,  0, 0, 0,  0, {0, 0, 0, 0},  0, 0, NULL}
+    {0, 0, 0, 0, 0,  0, 0,   0, {0, 0, 0, 0},  0, 0, NULL}
 
 
 DECLCLASS(WGroup){
@@ -105,6 +104,8 @@ extern bool group_managed_rqorder(WGroup *grp, WRegion *sub,
 extern WStacking *group_find_stacking(WGroup *ws, WRegion *r);
 extern WStacking *group_find_to_focus(WGroup *ws, WStacking *to_try);
 
+extern WRegion *region_group_if_bottom(WRegion *reg);
+
 typedef WStackingFilter WGroupIterFilter;
 typedef WStackingIterTmp WGroupIterTmp;