]> git.sesse.net Git - nageru/blobdiff - vu_common.h
Make the VU meters less ugly at lower sizes, by antialiasing the edges.
[nageru] / vu_common.h
index 5df149ef94ea4cc3dfcdcfcf9f218fa72a0f4157..118eed89468ab3ae6b0fa77db6b404a7ebbb29ba 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <QPainter>
 
-int lufs_to_pos(float level_lu, int height);
+double lufs_to_pos(float level_lu, int height);
 
 void draw_vu_meter(QPainter &painter, int width, int height, int margin, bool is_on);