Pad XClientMessageEvent appropriately

wayo.cavazos 2006-05-30 04:02:04 +00:00
parent 1a62a59a03
commit 1f246409b4
1 changed files with 9 additions and 5 deletions

View File

@ -948,7 +948,11 @@ BEGIN-STRUCT: XClientMessageEvent
FIELD: Window window FIELD: Window window
FIELD: Atom message_type FIELD: Atom message_type
FIELD: int format FIELD: int format
FIELD: long data FIELD: long data0
FIELD: long data1
FIELD: long data2
FIELD: long data3
FIELD: long data4
! union { ! union {
! char b[20]; ! char b[20];
! short s[10]; ! short s[10];