XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)

This commit is contained in:
Jeremy Huddleston 2009-04-01 12:46:51 -07:00
parent 5d1dd35096
commit 276ee3bb08

View File

@ -157,8 +157,11 @@ typedef struct _AppleDRINotify {
CARD32 pad1 B32; CARD32 pad1 B32;
CARD32 arg B32; CARD32 arg B32;
CARD32 pad3 B32; CARD32 pad3 B32;
CARD32 pad4 B32;
CARD32 pad5 B32;
CARD32 pad6 B32;
} xAppleDRINotifyEvent; } xAppleDRINotifyEvent;
#define sz_xAppleDRINotifyEvent 20 #define sz_xAppleDRINotifyEvent 32
typedef struct { typedef struct {