summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-01-07 18:27:21 -0800
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-01-10 00:59:16 -0800
commita68373994f4957a73f4eab52c90ebcfb96f285f8 (patch)
treef6206fce477f6d5763a9bdb5f4a126041f848ccc /hw
parent5f3188228eb988bd8f08b62c84f98a8ff66ee283 (diff)
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)
Diffstat (limited to 'hw')
-rw-r--r--hw/xquartz/xpr/appledristr.h2
1 files changed, 1 insertions, 1 deletions
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;