From 1840a50bb763d5c94195eaffa3954c1afd77a31a Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Fri, 27 Aug 2004 20:39:17 +0000 Subject: Add missing reply for DMX (Rik Faith). --- hw/dmx/dmx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw') 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; } -- cgit v1.2.3