Skip to content

Commit

Permalink
deimos.X11.Xproto: Fix definition of xEvent.clientMessage
Browse files Browse the repository at this point in the history
Continuation of 4033891.
  • Loading branch information
CyberShadow committed Dec 23, 2024
1 parent 23ac522 commit 1f1f0b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deimos/X11/Xproto.d
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,7 @@ struct _xEvent {
struct ClientMessage{
CARD32 pad00;
Window window;
union
{
union U{
struct L{
Atom type;
INT32 longs0;
Expand Down Expand Up @@ -1181,8 +1180,8 @@ struct _xEvent {
Atom type;
INT8[20] bytes;
} B b;
}
}
} U u;
} ClientMessage clientMessage;
}
}
alias _xEvent xEvent;
Expand Down

0 comments on commit 1f1f0b9

Please sign in to comment.