visualizer: make ellipse mode have concentric ellipses

This commit is contained in:
Darby Payne
2014-10-21 23:57:36 -07:00
committed by Andrzej Rybczak
parent 8805bff045
commit 6a13ef00b3
2 changed files with 4 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ protected:
virtual bool isLockable() OVERRIDE { return true; }
private:
NC::Color toColor(int, int);
NC::Color toColor( size_t, size_t);
void DrawSoundWave(int16_t *, ssize_t, size_t, size_t);
void DrawSoundWaveFill(int16_t *, ssize_t, size_t, size_t);
void DrawSoundWaveStereo(int16_t *, int16_t *, ssize_t, size_t);