• M Joonas Pihlaja's avatar
    [test] Add missing mark_dirty() calls to test cases. · b3942409
    M Joonas Pihlaja authored
    A recent optimisation has added a flag to the image
    surface which is used to track whether the surface
    is clear or not.  This makes it imperative that clients
    call cairo_surface_mark_dirty() if they use cairo to
    allocate their pixel buffers and then proceed to
    initialize them without telling cairo about it.
    b3942409
a1-mask.c 5.31 KB