From 46210344a62b079ff61435b978da41a0f92caf3a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 17 Mar 2012 22:35:09 +0000 Subject: 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 8a4f08dc..dbbb8c14 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