]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/group.h
[svn-upgrade] Integrating new upstream version, ion3 (20080707)
[ion3.git] / ioncore / group.h
index d8227118a1cf8cfd516659abb9f9befaa946a750..85af3495b06d7dcfdef4df37e6817f5b24bb3ba5 100644 (file)
@@ -33,6 +33,7 @@ DECLSTRUCT(WGroupAttachParams){
     
     uint switchto:1;
     uint bottom:1;
+    uint whatever:1;
     
     int geom_weak;
     WRectangle geom;
@@ -43,7 +44,7 @@ DECLSTRUCT(WGroupAttachParams){
 };
 
 #define GROUPATTACHPARAMS_INIT \
-    {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, 0, NULL}
 
 
 DECLCLASS(WGroup){