Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-04-21 16:01:18 +01:00
19 changed files with 89 additions and 66 deletions

View File

@ -183,12 +183,12 @@ notify_session(const char *name, struct session *s)
}
void
notify_winlink(const char *name, struct session *s, struct winlink *wl)
notify_winlink(const char *name, struct winlink *wl)
{
struct cmd_find_state fs;
cmd_find_from_winlink(&fs, s, wl);
notify_add(name, &fs, NULL, s, wl->window, NULL);
cmd_find_from_winlink(&fs, wl);
notify_add(name, &fs, NULL, wl->session, wl->window, NULL);
}
void