Add missing reply for DMX (Rik Faith).
This commit is contained in:
parent
f30fbc600f
commit
1840a50bb7
|
@ -308,6 +308,7 @@ static int ProcDMXForceWindowCreation(ClientPtr client)
|
||||||
swapl(&rep.length, n);
|
swapl(&rep.length, n);
|
||||||
swapl(&rep.status, n);
|
swapl(&rep.status, n);
|
||||||
}
|
}
|
||||||
|
WriteToClient(client, sizeof(xDMXForceWindowCreationReply), (char *)&rep);
|
||||||
return Success;
|
return Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue