Add missing reply for DMX (Rik Faith).

This commit is contained in:
Kevin E Martin 2004-08-27 20:39:17 +00:00
parent f30fbc600f
commit 1840a50bb7

View File

@ -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;
}