mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
Xi: inline SProcXIWarpPointer()
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
48123076f9
commit
e125d9badb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user