aboutsummaryrefslogtreecommitdiff
path: root/resize.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 /resize.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 'resize.c')
-rw-r--r--resize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/resize.c b/resize.c
index b4a7119a..317110e3 100644
--- a/resize.c
+++ b/resize.c
@@ -141,5 +141,6 @@ recalculate_sizes(void)
}
server_redraw_window(w);
+ notify_window_layout_changed(w);
}
}