=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/layout.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/tmux/layout.c 2016/10/10 17:28:30 1.30 --- src/usr.bin/tmux/layout.c 2016/10/16 22:06:40 1.31 *************** *** 1,4 **** ! /* $OpenBSD: layout.c,v 1.30 2016/10/10 17:28:30 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: layout.c,v 1.31 2016/10/16 22:06:40 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 578,584 **** /* Fix cell offsets. */ layout_fix_offsets(wp->window->layout_root); layout_fix_panes(wp->window, wp->window->sx, wp->window->sy); ! notify_window_layout_changed(wp->window); } /* Helper function to grow pane. */ --- 578,584 ---- /* Fix cell offsets. */ layout_fix_offsets(wp->window->layout_root); layout_fix_panes(wp->window, wp->window->sx, wp->window->sy); ! notify_window("window-layout-changed", wp->window); } /* Helper function to grow pane. */ *************** *** 980,984 **** layout_fix_offsets(w->layout_root); layout_fix_panes(w, w->sx, w->sy); } ! notify_window_layout_changed(w); } --- 980,984 ---- layout_fix_offsets(w->layout_root); layout_fix_panes(w, w->sx, w->sy); } ! notify_window("window-layout-changed", w); }