Bugzilla – Attachment #53941: fix for clippping crash/XError for bug #128058
-- src/cairo-xlib-surface.c 31 Aug 2005 22:09:35 -0000 1.120
++ src/cairo-xlib-surface.c 20 Sep 2005 00:10:05 -0000
unsigned long mask = 0;
Pixmap pixmap = XCreatePixmap (surface->dpy, surface->drawable,
width, height,
width <= 0 ? 1 : width,
height <= 0 ? 1 : height,
8);
Picture picture;