Xi: inline SProcXIWarpPointer()

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-09-25 16:11:19 +02:00
committed by Enrico Weigelt
parent 48123076f9
commit e125d9badb
4 changed files with 15 additions and 22 deletions

View File

@@ -88,7 +88,7 @@ request_XIWarpPointer(ClientPtr client, xXIWarpPointerReq * req, int error)
swaps(&req->src_height);
swaps(&req->deviceid);
rc = SProcXIWarpPointer(client);
rc = ProcXIWarpPointer(client);
assert(rc == error);
if (rc == BadDevice)