mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 03:48:03 +02:00
[xlib] Eliminate shadowed variable.
Cleanup a minor -Wshadow warning.
This commit is contained in:
parent
e3388b8180
commit
7d546bba21
1 changed files with 2 additions and 1 deletions
|
|
@ -669,7 +669,8 @@ _get_image_surface (cairo_xlib_surface_t *surface,
|
|||
* temporary pixmap
|
||||
*/
|
||||
Pixmap pixmap;
|
||||
cairo_status_t status = _cairo_xlib_surface_ensure_gc (surface);
|
||||
|
||||
status = _cairo_xlib_surface_ensure_gc (surface);
|
||||
if (status)
|
||||
return status;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue