Revision
171
Author
gstaplin@apple.com
Date
2009-02-18 20:41:03 -0800 (Wed, 18 Feb 2009)

Log Message

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.

Modified Paths

Diff

Modified: AppleSGLX/trunk/appledristr.h (170 => 171)


--- 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;