aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 13:14:24 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 13:14:24 -0400
commit43c2b6c0736e3e1e4b7da99b0f6d793dd7a89482 (patch)
tree2d6a94095efc0fbc0bd6cea161ab6adf3b56717c /widget.h
parent6dd78e69a9858a606eecb99ab9069834af2a6cec (diff)
downloadvolute-43c2b6c0736e3e1e4b7da99b0f6d793dd7a89482.zip
filter compressors
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.h b/widget.h
index 905e44e..1351ba1 100644
--- a/widget.h
+++ b/widget.h
@@ -48,7 +48,7 @@ typedef struct {
int *filtered; /* indices of compressors accepted by the filter. */
int nfiltered; /* len(filtered) */
- int idx; /* index of selected in filtered. */
+ int idx; /* index of selected in comps. */
int oldidx; /* index of previously selected. */
int active;