mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-16 20:18:29 +02:00
clip: Compile fix for previous clip.
PEBKAC.
This commit is contained in:
parent
0899852c97
commit
6986970ea5
1 changed files with 0 additions and 3 deletions
|
|
@ -294,9 +294,6 @@ _cairo_clip_equal (const cairo_clip_t *clip_a,
|
|||
if (clip_path_a == clip_path_b)
|
||||
return TRUE;
|
||||
|
||||
if (clip_path_a->is_rectilinear != clip_path_b->is_rectilinear)
|
||||
return FALSE;
|
||||
|
||||
if (clip_path_a->fill_rule != clip_path_b->fill_rule)
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue