We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ac522 commit 1f1f0b9Copy full SHA for 1f1f0b9
deimos/X11/Xproto.d
@@ -1152,8 +1152,7 @@ struct _xEvent {
1152
struct ClientMessage{
1153
CARD32 pad00;
1154
Window window;
1155
- union
1156
- {
+ union U{
1157
struct L{
1158
Atom type;
1159
INT32 longs0;
@@ -1181,8 +1180,8 @@ struct _xEvent {
1181
1180
1182
INT8[20] bytes;
1183
} B b;
1184
- }
1185
+ } U u;
+ } ClientMessage clientMessage;
1186
}
1187
1188
alias _xEvent xEvent;
0 commit comments