summaryrefslogtreecommitdiff
path: root/tests/test7/test7.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test7/test7.c')
-rw-r--r--tests/test7/test7.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test7/test7.c b/tests/test7/test7.c
index 52eb029..adaf2c8 100644
--- a/tests/test7/test7.c
+++ b/tests/test7/test7.c
@@ -75,10 +75,10 @@ void add_custom_widgets() {
GdkColor b_gradient_blue[2] = {{0,0,0,49151},{0,0,0,24575}};
GdkColor f_gradient_hue[7] = {{0,65535,0,0},{0,65535,0,65535},{0,0,0,65535},{0,0,65535,65535},{0,0,65535,0},{0,65535,65535,0},{0,65535,0,0}};
GdkColor b_gradient_hue[7] = {{0,49151,0,0},{0,49151,0,49151},{0,0,0,49151},{0,0,49151,49151},{0,0,49151,0},{0,49151,49151,0},{0,49151,0,0}};
- GdkColor f_gradient_value[2] = {{0,65535,0,0},{0,32767,0,0}};
- GdkColor b_gradient_value[2] = {{0,49151,0,0},{0,24575,0,0}};
- GdkColor f_gradient_saturation[2] = {{0,32767,32767,32767},{0,32767,0,0}};
- GdkColor b_gradient_saturation[2] = {{0,24575,24575,24575},{0,24575,0,0}};
+ GdkColor f_gradient_value[2] = {{0,65535,0,0},{0,16384,0,0}};
+ GdkColor b_gradient_value[2] = {{0,49151,0,0},{0,0,0,0}};
+ GdkColor f_gradient_saturation[2] = {{0,32767,0,0},{0,32767,32767,32767}};
+ GdkColor b_gradient_saturation[2] = {{0,24575,0,0},{0,24575,24575,24575}};
vumeter_sound = gtk_vu_meter_new(TRUE);
gtk_vu_meter_set_min_max(GTK_VU_METER(vumeter_sound), -50, 0);