Skip to content

Commit 92eaa85

Browse files
committed
Events.c: shorten code
1 parent f4890f9 commit 92eaa85

File tree

1 file changed

+1
-2
lines changed
  • nx-X11/programs/Xserver/hw/nxagent

1 file changed

+1
-2
lines changed

nx-X11/programs/Xserver/hw/nxagent/Events.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4550,8 +4550,7 @@ Bool ForwardClientMessage(ClientPtr client, xSendEventReq *stuff)
45504550
fprintf(stderr, "%s: format [%d]\n", __func__, X.xclient.format);
45514551
#endif
45524552

4553-
XlibWindow dest;
4554-
dest = DefaultRootWindow(nxagentDisplay);
4553+
XlibWindow dest = DefaultRootWindow(nxagentDisplay);
45554554

45564555
#ifdef DEBUG
45574556
Status stat =

0 commit comments

Comments
 (0)