diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-02-17 12:01:10 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-02-17 12:01:10 +0000 |
commit | 88d9a8fc053a6653c78211690e5796c601bdba01 (patch) | |
tree | c2c05934aa0ebe88a9f88c0e3dfe5572806c4fbb /resize.c | |
parent | 722f395e61f1ded4d1d9506688f3240cff933435 (diff) | |
parent | 818b2176ef52a13867905d3d3e0269dc1b4d6fb4 (diff) | |
download | rtmux-88d9a8fc053a6653c78211690e5796c601bdba01.tar.gz rtmux-88d9a8fc053a6653c78211690e5796c601bdba01.tar.bz2 rtmux-88d9a8fc053a6653c78211690e5796c601bdba01.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'resize.c')
-rw-r--r-- | resize.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) tty_update_window_offset(w); server_redraw_window(w); notify_window("window-layout-changed", w); + notify_window("window-resized", w); w->flags &= ~WINDOW_RESIZE; } |