mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Xi: inline SProcXIQueryPointer()
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
e125d9badb
commit
8d46c06965
@@ -133,7 +133,7 @@ request_XIQueryPointer(ClientPtr client, xXIQueryPointerReq * req, int error)
|
||||
swaps(&req->deviceid);
|
||||
swapl(&req->win);
|
||||
swaps(&req->length);
|
||||
rc = SProcXIQueryPointer(&client_request);
|
||||
rc = ProcXIQueryPointer(&client_request);
|
||||
assert(rc == error);
|
||||
|
||||
if (rc == BadDevice)
|
||||
|
||||
Reference in New Issue
Block a user