aboutsummaryrefslogtreecommitdiff
path: root/layout-custom.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-18 02:22:09 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-18 02:22:09 +0000
commitf41efd9d89f6596a4dc0600fd23ba56d69d1c47c (patch)
tree1e8f253fe22ffc27d7c385849c85a3969dbec881 /layout-custom.c
parentba7278373d4532e7cba530fcb025689ede6aeda3 (diff)
downloadrtmux-f41efd9d89f6596a4dc0600fd23ba56d69d1c47c.tar.gz
rtmux-f41efd9d89f6596a4dc0600fd23ba56d69d1c47c.tar.bz2
rtmux-f41efd9d89f6596a4dc0600fd23ba56d69d1c47c.zip
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.
Diffstat (limited to 'layout-custom.c')
-rw-r--r--layout-custom.c2
1 files changed, 2 insertions, 0 deletions
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: