gvc-level-bar: define priv->scale as a GvcLevelScale
That's cleaner and fix a sign-compare warning in gcc. https://bugzilla.gnome.org/show_bug.cgi?id=666240
This commit is contained in:
parent
7923b995b7
commit
5568917080
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ struct GvcLevelBarPrivate
|
||||||
GtkOrientation orientation;
|
GtkOrientation orientation;
|
||||||
GtkAdjustment *peak_adjustment;
|
GtkAdjustment *peak_adjustment;
|
||||||
GtkAdjustment *rms_adjustment;
|
GtkAdjustment *rms_adjustment;
|
||||||
int scale;
|
GvcLevelScale scale;
|
||||||
gdouble peak_fraction;
|
gdouble peak_fraction;
|
||||||
gdouble rms_fraction;
|
gdouble rms_fraction;
|
||||||
gdouble max_peak;
|
gdouble max_peak;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue