mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 06:48:05 +02:00
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:
parent
f54736c2b0
commit
f7b6c1907c
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ typedef struct _AppleDRINotify {
|
||||||
BYTE kind;
|
BYTE kind;
|
||||||
CARD16 sequenceNumber B16;
|
CARD16 sequenceNumber B16;
|
||||||
Time time B32; /* time of change */
|
Time time B32; /* time of change */
|
||||||
CARD16 pad1 B16;
|
CARD32 pad1 B32;
|
||||||
CARD32 arg B32;
|
CARD32 arg B32;
|
||||||
CARD32 pad3 B32;
|
CARD32 pad3 B32;
|
||||||
} xAppleDRINotifyEvent;
|
} xAppleDRINotifyEvent;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue