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

This commit is contained in:
Jeremy Huddleston 2009-01-07 18:27:21 -08:00
parent f54736c2b0
commit f7b6c1907c

View File

@ -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;