xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Wed Jan 7 18:28:24 PST 2009


 hw/xquartz/xpr/appledristr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f7b6c1907c326a1befd8b5c8a1d311d551e8670f
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Wed Jan 7 18:27:21 2009 -0800

    XQuartz: Update padding in appledristr.  This shouldn't change how the struct ends up in memory, but should make it more obvious for human eyes

diff --git a/hw/xquartz/xpr/appledristr.h b/hw/xquartz/xpr/appledristr.h
index 8649fd3..c6ad17b 100644
--- a/hw/xquartz/xpr/appledristr.h
+++ b/hw/xquartz/xpr/appledristr.h
@@ -154,7 +154,7 @@ typedef struct _AppleDRINotify {
 	BYTE	kind;
 	CARD16	sequenceNumber B16;
 	Time	time B32;	/* time of change */
-	CARD16	pad1 B16;
+	CARD32	pad1 B32;
 	CARD32	arg B32;
 	CARD32	pad3 B32;
 } xAppleDRINotifyEvent;


More information about the xorg-commit mailing list