From a68373994f4957a73f4eab52c90ebcfb96f285f8 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 7 Jan 2009 18:27:21 -0800 Subject: [PATCH] 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 (cherry picked from commit f7b6c1907c326a1befd8b5c8a1d311d551e8670f) --- hw/xquartz/xpr/appledristr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/xpr/appledristr.h b/hw/xquartz/xpr/appledristr.h index 8649fd329..c6ad17beb 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;