visualizers: use double instead of float

To give us less changes of incorrect values when converting between scales
(at the cost of 2x the array size).
This commit is contained in:
Christian Hergert
2018-06-16 20:22:53 -07:00
parent c9c86ff37a
commit 50ccd73592
4 changed files with 15 additions and 15 deletions

View File

@ -32,8 +32,8 @@ G_DECLARE_DERIVABLE_TYPE (SpVisualizerRow, sp_visualizer_row, SP, VISUALIZER_ROW
typedef struct
{
gfloat x;
gfloat y;
gdouble x;
gdouble y;
} SpVisualizerRowRelativePoint;
typedef struct