summaryrefslogtreecommitdiff
path: root/src/testgradient.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-01-08 07:23:35 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-01-08 07:23:35 +0000
commit402c0b5036b26a202a888ebd6314a50a4190e589 (patch)
treecc454963a9bfe4cccd51515e3beac757eebba008 /src/testgradient.c
parent9ed27d3dcb87fbbdf6991bb4b23dbf1d24039efb (diff)
downloadmetacity-402c0b5036b26a202a888ebd6314a50a4190e589.tar.gz
add code to save ACLOCAL_FLAGS
2002-01-08 Havoc Pennington <hp@pobox.com> * configure.in (ACLOCAL): add code to save ACLOCAL_FLAGS * src/frames.c (meta_frames_expose_event): max dither * src/testgradient.c (render_simple): change dither mode to MAX to avoid banding * src/theme.c: lose the gradient cache, and put in some initial data types for the theme format
Diffstat (limited to 'src/testgradient.c')
-rw-r--r--src/testgradient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testgradient.c b/src/testgradient.c
index aac882a3..007b441d 100644
--- a/src/testgradient.c
+++ b/src/testgradient.c
@@ -47,7 +47,7 @@ render_simple (GdkDrawable *drawable,
gc,
0, 0,
0, 0, width, height,
- GDK_RGB_DITHER_NORMAL,
+ GDK_RGB_DITHER_MAX,
0, 0);
g_object_unref (G_OBJECT (pixbuf));