[cairo-commit] 2 commits - ROADMAP src/cairo-xlib-surface.c
Carl Worth
cworth at kemper.freedesktop.org
Sun Jun 25 02:38:11 PDT 2006
ROADMAP | 2 +-
src/cairo-xlib-surface.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 7e0e503fba80767dc68556054e937123fdcea359 (from 4bff3d559e1d931cd47701f11765b1a574a7eac4)
Author: Carl Worth <cworth at cworth.org>
Date: Sun Jun 25 11:32:36 2006 +0200
xlib: Fix failure path to do cache thawing cleanup.
diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c
index 051bf10..817e37b 100644
--- a/src/cairo-xlib-surface.c
+++ b/src/cairo-xlib-surface.c
@@ -2695,7 +2695,7 @@ _cairo_xlib_surface_show_glyphs (void
num_glyphs,
&glyph_extents);
if (status)
- return status;
+ goto BAIL;
status = _cairo_pattern_acquire_surface (src_pattern, &dst->base,
glyph_extents.x, glyph_extents.y,
diff-tree 4bff3d559e1d931cd47701f11765b1a574a7eac4 (from ddead8e0612162e121868ba561498b8565112f8b)
Author: Carl Worth <cworth at cworth.org>
Date: Sun Jun 25 11:28:03 2006 +0200
ROADMAP: Note that cairo_xlib_surface_get_width/height exist now.
diff --git a/ROADMAP b/ROADMAP
index a7041e4..3e49910 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -51,7 +51,7 @@ cairo-1.4 (October 2006): Better perform
cairo 1.2.0 plans
=================
xlib backend
- add cairo_xlib_surface_get_width/height
+ âadd cairo_xlib_surface_get_width/height
Bug fixes (For each XXXX, see: https://bugs.freedesktop.org/show_bug.cgi?id=XXXX )
6759 fontconfig option AntiAlias doesn't work in cairo 1.1.2
More information about the cairo-commit
mailing list