[PATCH] dri2: Preserve compatibility with 1.6 DRI2 API/ABI

Simon Thum simon.thum at gmx.de
Tue Jul 7 00:04:36 PDT 2009


Silvio Frischknecht wrote:
>      unsigned int flags;
> -    unsigned int format;
>      void *driverPrivate;
>  } DRI2BufferRec, *DRI2BufferPtr;
[...]
> +} DRI2Buffer2Rec, *DRI2Buffer2Ptr;

> that part can't be correct. I don't really know what it's about maybe there 
> should be a #ifdef or maybe one of them is just to much. at any rate it breaks 
Maybe you just missed the second "2" in  DRI2Buffer2Rec? That's why it
can be correct indeed.

Cheers,

Simon


More information about the xorg-devel mailing list