X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ioncore%2Fscreen-notify.c;h=ecb280702aac96b863b5b40c69dca38c0eca73ff;hb=801e83f399c5307749d9a1caa7ca43814bf343a1;hp=522a0a549149eb401dd1517041fe0de4ab9b93fd;hpb=831140ef97f8ad74f97b65346da5c3b70924311b;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); } }