summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/dmx/dmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c
index 2929320e5..14b7d9858 100644
--- a/hw/dmx/dmx.c
+++ b/hw/dmx/dmx.c
@@ -308,6 +308,7 @@ static int ProcDMXForceWindowCreation(ClientPtr client)
swapl(&rep.length, n);
swapl(&rep.status, n);
}
+ WriteToClient(client, sizeof(xDMXForceWindowCreationReply), (char *)&rep);
return Success;
}