Revision: 171 http://trac.macosforge.org/projects/xquartz/changeset/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: -------------- AppleSGLX/trunk/appledristr.h Modified: AppleSGLX/trunk/appledristr.h =================================================================== --- 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;
participants (1)
-
source_changes@macosforge.org