diff options
author | nicm <nicm> | 2018-07-02 12:39:14 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-07-02 12:39:14 +0000 |
commit | 42935bde71df2bc4ae765a27571f5dadff542e70 (patch) | |
tree | a843ee8999cbf7461e46a8990c07cf109ff2ab28 /cmd-select-layout.c | |
parent | a14aa788d4e8b1155107a2b82bf60177b0c8e3bb (diff) | |
download | rtmux-42935bde71df2bc4ae765a27571f5dadff542e70.tar.gz rtmux-42935bde71df2bc4ae765a27571f5dadff542e70.tar.bz2 rtmux-42935bde71df2bc4ae765a27571f5dadff542e70.zip |
Fire notify for select-layout, from George Nachman.
Diffstat (limited to 'cmd-select-layout.c')
-rw-r--r-- | cmd-select-layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-select-layout.c b/cmd-select-layout.c index 28737c18..d8fc1aeb 100644 --- a/cmd-select-layout.c +++ b/cmd-select-layout.c @@ -136,6 +136,7 @@ cmd_select_layout_exec(struct cmd *self, struct cmdq_item *item) changed: free(oldlayout); server_redraw_window(w); + notify_window("window-layout-changed", w); return (CMD_RETURN_NORMAL); error: |