[Xquartz-changes] [171] AppleSGLX/trunk/appledristr.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 18 20:41:04 PST 2009


Revision: 171
          http://trac.macosforge.org/projects/xquartz/changeset/171
Author:   gstaplin at 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;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090218/6336c9be/attachment-0001.html>


More information about the Xquartz-changes mailing list