mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
Fix accidentally committed line.
This commit is contained in:
parent
7caa7cccf2
commit
8478804d98
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-08 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* src/cairo-gstate.c: (_cairo_surface_clip_and_composite_trapezoids):
|
||||
Fix accidentally committed line.
|
||||
|
||||
2005-08-08 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* src/cairo-surface.c (_cairo_surface_set_clip_path): Update doc
|
||||
|
|
|
|||
|
|
@ -1324,9 +1324,7 @@ _cairo_surface_clip_and_composite_trapezoids (cairo_pattern_t *src,
|
|||
|
||||
if (trap_region && _cairo_operator_bounded (operator))
|
||||
{
|
||||
if (src->type == CAIRO_PATTERN_SOLID &&
|
||||
!clip->surface &&
|
||||
trap_region->
|
||||
if (src->type == CAIRO_PATTERN_SOLID && !clip->surface)
|
||||
{
|
||||
/* Solid rectangles special case */
|
||||
status = _composite_trap_region_solid (clip, (cairo_solid_pattern_t *)src,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue