From f41efd9d89f6596a4dc0600fd23ba56d69d1c47c Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 18 Mar 2012 02:22:09 +0000 Subject: Sync OpenBSD patchset 1069: Add notify hooks for various events, the functions are currently empty stubs but will be filled in for control mode later. From George Nachman. --- layout-custom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layout-custom.c') diff --git a/layout-custom.c b/layout-custom.c index 85ae0a65..c076232f 100644 --- a/layout-custom.c +++ b/layout-custom.c @@ -172,6 +172,8 @@ layout_parse(struct window *w, const char *layout) layout_print_cell(lc, __func__, 0); + notify_window_layout_changed(w); + return (0); fail: -- cgit