summaryrefslogtreecommitdiff
path: root/src/cairo-png.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-07-26 13:04:25 -0700
committerCarl Worth <cworth@cworth.org>2006-07-26 13:04:25 -0700
commit71e9372bbdc5c85e14dfc1156269ae6f74802f4d (patch)
tree0fc279da4255253ab6b6061e7fb1e5d927f545be /src/cairo-png.c
parente94251861565ed154e15ca3a7198ffe3828536fe (diff)
Fix text disappearing after space (bug #6617)1.0
What happened here is that when fixing bug #5734 we cahnged the glyph image cache lookup to never return a NULL pointer, but to instead return a 0x0 image surface. We didn't also update code that was looking for a NULL pointer here, and as such we were calling XRenderAddGlyphs with a 0x0 image which apparently tickles a bug in some X servers.
Diffstat (limited to 'src/cairo-png.c')
0 files changed, 0 insertions, 0 deletions