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 f4890f9 commit 92eaa85Copy full SHA for 92eaa85
nx-X11/programs/Xserver/hw/nxagent/Events.c
@@ -4550,8 +4550,7 @@ Bool ForwardClientMessage(ClientPtr client, xSendEventReq *stuff)
4550
fprintf(stderr, "%s: format [%d]\n", __func__, X.xclient.format);
4551
#endif
4552
4553
- XlibWindow dest;
4554
- dest = DefaultRootWindow(nxagentDisplay);
+ XlibWindow dest = DefaultRootWindow(nxagentDisplay);
4555
4556
#ifdef DEBUG
4557
Status stat =
0 commit comments