]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/group.h
[svn-upgrade] Integrating new upstream version, ion3 (20080103)
[ion3.git] / ioncore / group.h
index 1966ba2ec9cb912a40b74f24d06e6fb9c7310518..d8227118a1cf8cfd516659abb9f9befaa946a750 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/group.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2008
  *
  * See the included file LICENSE for details.
  */
@@ -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;
 };