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 f7b6c1907c)
This commit is contained in:
Jeremy Huddleston 2009-01-07 18:27:21 -08:00
parent 3c14546f58
commit 366b08598c

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;