X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fgroup-cw.c;fp=ioncore%2Fgroup-cw.c;h=d0f15067454adb855f616556852ec08f0266374d;hp=544cd15bfe3d126896c0768a8cf66c473afcb906;hb=214381793227e299ae1e72caa24ad2cfde029ef1;hpb=1cd244db6df1337d594b9e2456c735cbc28aea6c diff --git a/ioncore/group-cw.c b/ioncore/group-cw.c index 544cd15..d0f1506 100644 --- a/ioncore/group-cw.c +++ b/ioncore/group-cw.c @@ -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 };