]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/group.h
[svn-upgrade] Integrating new upstream version, ion3 (20071220)
[ion3.git] / ioncore / group.h
index 1966ba2ec9cb912a40b74f24d06e6fb9c7310518..d09ba9f862e1a3b0991ea69983366524cf2e088c 100644 (file)
@@ -17,7 +17,6 @@
 #include <ioncore/rectangle.h>
 #include <ioncore/pholder.h>
 #include <ioncore/stacking.h>
-#include <ioncore/framedpholder.h>
 
 
 INTRSTRUCT(WGroupAttachParams);
@@ -54,6 +53,7 @@ DECLCLASS(WGroup){
     WStacking *current_managed;
     WStacking *bottom;
     Window dummywin;
+    WGroupPHolder *phs;
 };