Adam Jackson <[email protected]> writes:

> #include <X11/Xlib.h>
> #include <X11/extensions/Xrender.h>
> #include <X11/extensions/Xfixes.h>
>
> int main(void)
> {
>     XRenderColor c = { 0, 0, 0, 0 };
>     Display *dpy = XOpenDisplay(NULL);
>     Picture p = XRenderCreateSolidFill(dpy, &c);
>     XFixesSetPictureClipRegion(dpy, p, 0, 0, None);
>     XSync(dpy, 0);
>     return 0;
> }

Duh. Ok, so all three paths fail, two with segfaults and one with
BadDrawable.

Merged.
   70e5641..ba2432a  master -> master

-- 
[email protected]

Attachment: pgpGpBDgaiHXB.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to