summaryrefslogtreecommitdiff
path: root/trap.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-07-23 20:22:23 -0700
committerEric Anholt <eric@anholt.net>2009-07-23 20:22:23 -0700
commitc7c4ba45a1747c4d8aeb4e5b0e2b595ec58b8d27 (patch)
tree111a5ff3e72eef1849f0e2aaa2d410c642f6bf18 /trap.c
parent3229ce8d26592965597cba18cc6d38593732fcf2 (diff)
Update to cairo-gl as it was merged to cairo master.
Diffstat (limited to 'trap.c')
-rw-r--r--trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trap.c b/trap.c
index 39ec155..f53116f 100644
--- a/trap.c
+++ b/trap.c
@@ -165,7 +165,7 @@ trap_render (cairo_t *cr, int w, int h)
cairo_set_fill_rule (cr, CAIRO_FILL_RULE_EVEN_ODD);
- cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, 1.0);
+ cairo_set_source_rgba (cr, .4, .6, .8, 1.0);
cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
cairo_rectangle (cr, 0, 0, w, h);
cairo_fill (cr);