Add a missing B16 to the length of the AppleDRI DestroyPixmapReq. This isn't strictly needed AFAIK, because the B16 macros are no-ops IIRC, but who knows what the future may bring, and the rest of the structs use the macros.
--- AppleSGLX/trunk/appledristr.h 2009-02-19 04:22:27 UTC (rev 170)
+++ AppleSGLX/trunk/appledristr.h 2009-02-19 04:41:03 UTC (rev 171)
@@ -226,7 +226,7 @@
typedef struct {
CARD8 reqType; /*1*/
CARD8 driReqType; /*2*/
- CARD16 length; /*4*/
+ CARD16 length B16; /*4*/
CARD32 drawable B32; /*8*/
} xAppleDRIDestroyPixmapReq;