diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-26 16:49:03 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-26 16:49:03 +0100 |
commit | b74b047730226a64a64b1e1dd1cc1d7f3305ea53 (patch) | |
tree | 83018731fd73d6a8e15141a8b70a124fffda73a6 /resize.c | |
parent | 04c6db2d0f7bca4bc6b31afd5a5cb4512b5f915b (diff) | |
download | rtmux-b74b047730226a64a64b1e1dd1cc1d7f3305ea53.tar.gz rtmux-b74b047730226a64a64b1e1dd1cc1d7f3305ea53.tar.bz2 rtmux-b74b047730226a64a64b1e1dd1cc1d7f3305ea53.zip |
More of revert.
Diffstat (limited to 'resize.c')
-rw-r--r-- | resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ default_window_size(struct session *s, struct window *w, u_int *sx, u_int *sy, } if (*sx == 0 || *sy == 0) goto manual; - } else if (type == WINDOW_SIZE_SMALLEST) { + } else { *sx = *sy = UINT_MAX; TAILQ_FOREACH(c, &clients, entry) { if (c->session == NULL) |