mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user