Skip to content

Commit

Permalink
Events.c: shorten code
Browse files Browse the repository at this point in the history
  • Loading branch information
uli42 committed Jul 10, 2024
1 parent f4890f9 commit 92eaa85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nx-X11/programs/Xserver/hw/nxagent/Events.c
Original file line number Diff line number Diff line change
Expand Up @@ -4550,8 +4550,7 @@ Bool ForwardClientMessage(ClientPtr client, xSendEventReq *stuff)
fprintf(stderr, "%s: format [%d]\n", __func__, X.xclient.format);
#endif

XlibWindow dest;
dest = DefaultRootWindow(nxagentDisplay);
XlibWindow dest = DefaultRootWindow(nxagentDisplay);

#ifdef DEBUG
Status stat =
Expand Down

0 comments on commit 92eaa85

Please sign in to comment.