]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/group-cw.c
[svn-upgrade] Integrating new upstream version, ion3 (20070708)
[ion3.git] / ioncore / group-cw.c
index 544cd15bfe3d126896c0768a8cf66c473afcb906..d0f15067454adb855f616556852ec08f0266374d 100644 (file)
@@ -182,6 +182,12 @@ void groupcw_managed_notify(WGroupCW *cwg, WRegion *reg, WRegionNotify how)
 }
 
 
+void groupcw_bottom_set(WGroupCW *cwg)
+{
+    region_notify_change((WRegion*)cwg, ioncore_g.notifies.name);
+}
+
+
 /*}}}*/
 
 
@@ -277,6 +283,9 @@ static DynFunTab groupcw_dynfuntab[]={
     
     {region_managed_notify,
      groupcw_managed_notify},
+     
+    {group_bottom_set,
+     groupcw_bottom_set},
     
     END_DYNFUNTAB
 };