diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-04 12:01:28 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-04 12:01:28 +0000 |
commit | 9ebd63067534695447cb751733792eb2facd0bb6 (patch) | |
tree | 33f6c8c8d8bfe2fcfe30ff527e26cfa7a44a4891 /resize.c | |
parent | d5c837904b3201271826c7377781a73421db09fb (diff) | |
parent | 5cdd578906985c7abb9d1bba39384e201dada10e (diff) | |
download | rtmux-9ebd63067534695447cb751733792eb2facd0bb6.tar.gz rtmux-9ebd63067534695447cb751733792eb2facd0bb6.tar.bz2 rtmux-9ebd63067534695447cb751733792eb2facd0bb6.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'resize.c')
-rw-r--r-- | resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ recalculate_sizes(void) type = options_get_number(w->options, "window-size"); if (type == WINDOW_SIZE_MANUAL) continue; - current = !options_get_number(w->options, "aggressive-resize"); + current = options_get_number(w->options, "aggressive-resize"); changed = 1; if (type == WINDOW_SIZE_LARGEST) { |