summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-01-03 03:35:02 +0100
committerJavier Jardón <jjardon@gnome.org>2012-01-03 16:58:42 +0100
commit1796e2f6ba961894663c9843438880e5076a9723 (patch)
treef5e0a6dd4bc9121f636b9801870800e44e3576e4 /tests/testgtk.c
parent266866e82c1460c268435cf8a6faf466b65727e8 (diff)
downloadgtk+-1796e2f6ba961894663c9843438880e5076a9723.tar.gz
test/testgtk.c: Fix compilation warning
Diffstat (limited to 'tests/testgtk.c')
-rw-r--r--tests/testgtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 45f6ce6072..34d5f31a8c 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -430,7 +430,7 @@ pattern_set_bg (GtkWidget *widget,
GdkWindow *child,
gint level)
{
- static const GdkRGBA colors[] = {
+ static GdkRGBA colors[] = {
{ 0.27, 0.27, 1.0, 1.0 },
{ 0.53, 0.53, 1.0, 1.0},
{ 0.67, 0.67, 1.0, 1.0 }