[xlib] Intialise clip_dirty.

Eeek, forgot to set the clip_dirty to 0 on construction.
This commit is contained in:
Chris Wilson 2008-10-31 02:03:41 +00:00
parent b722d5b2b9
commit 08f4d49a94

View file

@ -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