mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 12:50:14 +01: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;
|
||||
CARD16 sequenceNumber B16;
|
||||
Time time B32; /* time of change */
|
||||
CARD16 pad1 B16;
|
||||
CARD32 pad1 B32;
|
||||
CARD32 arg B32;
|
||||
CARD32 pad3 B32;
|
||||
} xAppleDRINotifyEvent;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue