diff options
author | Raph Levien <raph@src.gnome.org> | 1998-10-05 22:30:08 +0000 |
---|---|---|
committer | Raph Levien <raph@src.gnome.org> | 1998-10-05 22:30:08 +0000 |
commit | ecb9ebbce3c525587692da56b508aeaa69b59105 (patch) | |
tree | f65fe6ce2e904023b721533ce3f63983bad1a64f /tests | |
parent | 6b15c2ca820758fe65866f611cc80697fcc304d0 (diff) | |
download | gtk+-ecb9ebbce3c525587692da56b508aeaa69b59105.tar.gz |
Fixed an alpha bug.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testrgb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testrgb.c b/tests/testrgb.c index d3eec48c08..92e6f1cc69 100644 --- a/tests/testrgb.c +++ b/tests/testrgb.c @@ -127,6 +127,8 @@ testrgb_rgb_test (GtkWidget *drawing_area) NUM_ITERS * (WIDTH * HEIGHT * 1e-6) / total_time); } + g_print ("Please submit these results to http://www.levien.com/gdkrgb/survey.html\n"); + #if 1 for (x = 0; x < WIDTH; x++) { |