aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index dad4ccb..e896ab6 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -546,7 +546,7 @@ main(int argc, char **argv)
0, 0, width, height, 0, white, black);
XMapWindow(dsp, container);
- init_fft(round);
+ init_fft(maxwidth, round);
geo.x = 0;
geo.y = 0;