Make pixman.h more const-correct
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 29 Sep 2012 14:34:17 +0000 (10:34 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 1 Oct 2012 16:52:58 +0000 (12:52 -0400)
commit2e17b6dd4ee7c32684fb7ffc70d3ad3ebf7cb2ef
tree06aba42410248a21f3cad73a8d17228fa435f82d
parent183afcf1d95625a1f237ef349a1c8931d94d000d
Make pixman.h more const-correct

Add const to pointer arguments when the function doesn't change the
pointed-to data.

Also in add_glyphs() in pixman-glyph.c make 'white' in add_glyphs()
static and const.
pixman/pixman-conical-gradient.c
pixman/pixman-glyph.c
pixman/pixman-linear-gradient.c
pixman/pixman-radial-gradient.c
pixman/pixman-solid-fill.c
pixman/pixman-trap.c
pixman/pixman.c
pixman/pixman.h