summaryrefslogtreecommitdiffstats
path: root/cmd-switch-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-04 10:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-04 10:01:12 +0100
commitf3221941f27dbe4dbee550f72d42f268c228f5d1 (patch)
tree2a980862da9efc8bd1e540d71e112c020147e7ae /cmd-switch-client.c
parent97ecb4f9d8392f48deb810a557142eb97d5345dc (diff)
parentd98d31690354ec6b53206c0b24834c877cd8ad5a (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-switch-client.c')
-rw-r--r--cmd-switch-client.c1
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);