mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-24 23:10:50 +02:00
Win32: Fix uninitialized variable
This commit is contained in:
parent
31565677db
commit
922df7fc23
1 changed files with 1 additions and 0 deletions
|
|
@ -1751,6 +1751,7 @@ cairo_win32_surface_create (HDC hdc)
|
|||
surface->saved_dc_bitmap = NULL;
|
||||
surface->brush = NULL;
|
||||
surface->old_brush = NULL;
|
||||
surface->font_subsets = NULL;
|
||||
|
||||
GetClipBox(hdc, &rect);
|
||||
surface->extents.x = rect.left;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue