Qualify the static variables in pixman_f_transform_invert() with the const keyword.
authorSebastian Bauer <mail@sebastianbauer.info>
Tue, 3 Jul 2012 09:55:14 +0000 (05:55 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 7 Jul 2012 03:50:21 +0000 (23:50 -0400)
commitd4aa82fb9148862904bb7ca33655ce8d571643b0
treeb32c92f9752f9aa2d8c7cb05f5eff9cb6282d17f
parentf9c91ee2f27eaea68d8c3a130bf7d4bc0c860834
Qualify the static variables in pixman_f_transform_invert() with the const keyword.

Their contents is not overwritten.
pixman/pixman-matrix.c