dix: rename MarkClientException() to dixMarkClientException()

DIX functions should have proper naming.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-06-02 17:14:07 +02:00
parent 6a3b60cfe7
commit 0b9a2fc6b0
4 changed files with 6 additions and 6 deletions

View File

@@ -800,7 +800,7 @@ FakeClientID(int client)
if (!id) {
if (!client)
FatalError("FakeClientID: server internal ids exhausted\n");
MarkClientException(clients[client]);
dixMarkClientException(clients[client]);
id = ((Mask) client << CLIENTOFFSET) | (SERVER_BIT * 3);
maxid = id | RESOURCE_ID_MASK;
}