Bugzilla – Attachment 53941 Details for
Bug 128058
upgrade cairo from 0.9.2 to 1.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
fix for clippping crash/XError
cairo.patch (text/plain), 562 bytes, created by
Radek Doulik
on 2005-10-13 13:57:45 UTC
(
hide
)
Description:
fix for clippping crash/XError
Filename:
MIME Type:
Creator:
Radek Doulik
Created:
2005-10-13 13:57:45 UTC
Size:
562 bytes
patch
obsolete
>diff -u -p -r1.120 cairo-xlib-surface.c >--- 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 >@@ -1363,7 +1363,8 @@ _create_a8_picture (cairo_xlib_surface_t > unsigned long mask = 0; > > Pixmap pixmap = XCreatePixmap (surface->dpy, surface->drawable, >- width, height, >+ width <= 0 ? 1 : width, >+ height <= 0 ? 1 : height, > 8); > Picture picture;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 128058
: 53941