mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-23 00:30:47 +02:00
os2: Fix get_extents() segfaulting.
bed2701e1c removed one line too much.
This commit is contained in:
parent
9df81fe4d3
commit
c10a5a9fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ static cairo_bool_t
|
|||
_cairo_os2_surface_get_extents (void *abstract_surface,
|
||||
cairo_rectangle_int_t *rectangle)
|
||||
{
|
||||
cairo_os2_surface_t *local_os2_surface;
|
||||
cairo_os2_surface_t *local_os2_surface = abstract_surface;
|
||||
|
||||
rectangle->x = 0;
|
||||
rectangle->y = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue