View | Details | Raw Unified | Return to bug 128058
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- src/cairo-xlib-surface.c    31 Aug 2005 22:09:35 -0000      1.120
0
++ src/cairo-xlib-surface.c    20 Sep 2005 00:10:05 -0000
Lines 1363-1369 _create_a8_picture (cairo_xlib_surface_t Link Here
1363
    unsigned long mask = 0;
1363
    unsigned long mask = 0;
1364
    Pixmap pixmap = XCreatePixmap (surface->dpy, surface->drawable,
1364
    Pixmap pixmap = XCreatePixmap (surface->dpy, surface->drawable,
1365
                                  width, height,
1365
                                  width <= 0 ? 1 : width,
1366
                                  height <= 0 ? 1 : height,
1366
                                  8);
1367
                                  8);
1367
    Picture picture;
1368
    Picture picture;

Return to bug 128058