X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fscreen-notify.c;h=ecb280702aac96b863b5b40c69dca38c0eca73ff;hb=3102bb90c325d9b29ac304d8f3ea0a17df564fc8;hp=522a0a549149eb401dd1517041fe0de4ab9b93fd;hpb=d851e7d55f99040bdfb6b5e1b799b7d6adad22b2;p=ion3.git diff --git a/ioncore/screen-notify.c b/ioncore/screen-notify.c index 522a0a5..ecb2807 100644 --- a/ioncore/screen-notify.c +++ b/ioncore/screen-notify.c @@ -377,8 +377,11 @@ void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how) if(how==ioncore_g.notifies.activity){ screen_update_notifywin(region_screen_of(reg)); }else if(how==ioncore_g.notifies.name){ + WScreen *scr=region_screen_of(reg); if(region_is_activity(reg)) - screen_update_notifywin(region_screen_of(reg)); + screen_update_notifywin(scr); + if((WRegion*)scr==REGION_MANAGER(reg)) + screen_do_update_infowin(scr); } }