diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-07-02 15:02:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-07-02 15:02:25 +0100 |
commit | 2ee0962c9685c8b3ffbdf494771d2e4fa97cc974 (patch) | |
tree | e49cdb371550ec56015455aa6cca06f949617e16 /cmd-select-layout.c | |
parent | ffebf005854b6308485fd375944995730e146be4 (diff) | |
parent | 42935bde71df2bc4ae765a27571f5dadff542e70 (diff) | |
download | rtmux-2ee0962c9685c8b3ffbdf494771d2e4fa97cc974.tar.gz rtmux-2ee0962c9685c8b3ffbdf494771d2e4fa97cc974.tar.bz2 rtmux-2ee0962c9685c8b3ffbdf494771d2e4fa97cc974.zip |
Merge branch 'obsd-master'
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: |