nikp123 / xava

X11 Audio Visualizer for ALSA
http://nikp123.github.io/xava
Other
134 stars 15 forks source link

[bugfix] fixed gradients #58

Closed UserNameBlank closed 7 months ago

UserNameBlank commented 7 months ago

Fixed gradients by setting the count of the array XAVA->config->gradients to gradient_count.

nikp123 commented 7 months ago

Thank you for contributing, however this specific fix relies on an unintended abuse of the arr_count() macro Can you please change it to use arr_resize() instead. Thanks.

UserNameBlank commented 7 months ago

done

nikp123 commented 7 months ago

Thanks