diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-04 10:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-04 10:01:12 +0100 |
commit | f3221941f27dbe4dbee550f72d42f268c228f5d1 (patch) | |
tree | 2a980862da9efc8bd1e540d71e112c020147e7ae /cmd-switch-client.c | |
parent | 97ecb4f9d8392f48deb810a557142eb97d5345dc (diff) | |
parent | d98d31690354ec6b53206c0b24834c877cd8ad5a (diff) | |
download | rtmux-f3221941f27dbe4dbee550f72d42f268c228f5d1.tar.gz rtmux-f3221941f27dbe4dbee550f72d42f268c228f5d1.tar.bz2 rtmux-f3221941f27dbe4dbee550f72d42f268c228f5d1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-switch-client.c')
-rw-r--r-- | cmd-switch-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-switch-client.c b/cmd-switch-client.c index 2bc1e10c..a24f0276 100644 --- a/cmd-switch-client.c +++ b/cmd-switch-client.c @@ -129,6 +129,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmdq_item *item) if (~item->shared->flags & CMDQ_SHARED_REPEAT) server_client_set_key_table(c, NULL); status_timer_start(c); + notify_client("client-session-changed", c); session_update_activity(s, NULL); gettimeofday(&s->last_attached_time, NULL); |