Revision
333
Author
jeremyhu@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

Diff

Modified: AppleSGLX/trunk/appledristr.h (332 => 333)


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