summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/split.c b/src/split.c
index 63e63ba..17391b5 100644
--- a/src/split.c
+++ b/src/split.c
@@ -350,6 +350,7 @@ split_frame (rp_window_frame *frame, int way, int pixels)
XRaiseWindow (dpy, find_window_number (frame->win_number)->w);
}
+ update_window_names (s);
show_frame_indicator();
}
@@ -842,6 +843,7 @@ set_active_frame (rp_window_frame *frame)
if ((old != s->current_frame && num_frames(s) > 1)
|| s != old_s)
{
+ update_window_names (s);
show_frame_indicator();
}