mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-30 12:50:30 +01:00
[xlib] Intialise clip_dirty.
Eeek, forgot to set the clip_dirty to 0 on construction.
This commit is contained in:
parent
b722d5b2b9
commit
08f4d49a94
1 changed files with 1 additions and 0 deletions
|
|
@ -2621,6 +2621,7 @@ _cairo_xlib_surface_create_internal (Display *dpy,
|
|||
surface->have_clip_rects = FALSE;
|
||||
surface->clip_rects = surface->embedded_clip_rects;
|
||||
surface->num_clip_rects = 0;
|
||||
surface->clip_dirty = 0;
|
||||
|
||||
/*
|
||||
* Compute the pixel format masks from either a XrenderFormat or
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue