diff options
author | marha <marha@users.sourceforge.net> | 2013-09-02 09:05:37 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-09-02 09:05:37 +0200 |
commit | 9e382b6be0e81397f18ec0b733a2e88dc3465a33 (patch) | |
tree | a192d9a8a7362c6396ddfba9f7d51ae826fc1844 /pixman | |
parent | 5ebbc3a366287b631775ed3e17537580d380db8a (diff) | |
download | vcxsrv-9e382b6be0e81397f18ec0b733a2e88dc3465a33.tar.gz vcxsrv-9e382b6be0e81397f18ec0b733a2e88dc3465a33.tar.bz2 vcxsrv-9e382b6be0e81397f18ec0b733a2e88dc3465a33.zip |
fontconfig libX11 mesa pixman git update 2 Sep 2013
libX11 commit 215ce6a67863de7acfd6dd3562b4fd97ef87b411
pixman commit 02906e57bd801e20b3094ca348fad563c6b5a922
fontconfig commit d2bb1a8381ba50dce79a487cd82087ca57fdcb68
mesa commit da33347131ff88a3b7979aea2031ce6f34319ed0
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/pixman/pixman-fast-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman/pixman-fast-path.c b/pixman/pixman/pixman-fast-path.c index 2608268d9..5d52b4a57 100644 --- a/pixman/pixman/pixman-fast-path.c +++ b/pixman/pixman/pixman-fast-path.c @@ -2489,7 +2489,7 @@ fail: FUNC, "Allocation failure or bad matrix, skipping rendering\n"); iter->get_scanline = _pixman_iter_get_scanline_noop; - iter->fini = bilinear_cover_iter_fini; + iter->fini = NULL; } #define IMAGE_FLAGS \ |