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

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 1 14:31:19 PDT 2009


Revision: 333
          http://trac.macosforge.org/projects/xquartz/changeset/333
Author:   jeremyhu at freedesktop.org
Date:     2009-04-01 14:31:18 -0700 (Wed, 01 Apr 2009)
Log Message:
-----------
Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)

Modified Paths:
--------------
    AppleSGLX/trunk/appledristr.h

Modified: AppleSGLX/trunk/appledristr.h
===================================================================
--- AppleSGLX/trunk/appledristr.h	2009-04-01 21:29:25 UTC (rev 332)
+++ AppleSGLX/trunk/appledristr.h	2009-04-01 21:31:18 UTC (rev 333)
@@ -157,8 +157,11 @@
 	CARD32	pad1 B32;
 	CARD32	arg B32;
 	CARD32	pad3 B32;
+	CARD32	pad4 B32;
+	CARD32	pad5 B32;
+	CARD32	pad6 B32;
 } xAppleDRINotifyEvent;
-#define sz_xAppleDRINotifyEvent	20
+#define sz_xAppleDRINotifyEvent	32
 
 
 typedef struct {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090401/994bf785/attachment.html>


More information about the Xquartz-changes mailing list