aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-08-22 21:40:48 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-08-22 21:40:48 +0000
commitf4ed682ed0df0d23778390fa6e24d3643a9a154a (patch)
treeecff4dc95fea0896849bd09fe40275b18793260d
parente902379d2beb420b8d5ccf09c56d1ed64f0b3755 (diff)
force fullscreen if round factor exceedes sreen resolution
-rw-r--r--spectrogram.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spectrogram.c b/spectrogram.c
index c155cca..a94010c 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -473,6 +473,7 @@ main(int argc, char **argv)
round = wa.width - HGAP;
width = wa.width;
height = wa.height;
+ fflag = 1;
}
sio = init_sio(round);