mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Fix typo in ProcRenderCreateAnimCursor.
This commit is contained in:
@@ -1857,7 +1857,7 @@ ProcRenderCreateAnimCursor (ClientPtr client)
|
||||
elt = (xAnimCursorElt *) (stuff + 1);
|
||||
for (i = 0; i < ncursor; i++)
|
||||
{
|
||||
ret = dixLookupResourceByType((pointer *)(cursors + 1), elt->cursor,
|
||||
ret = dixLookupResourceByType((pointer *)(cursors + i), elt->cursor,
|
||||
RT_CURSOR, client, DixReadAccess);
|
||||
if (ret != Success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user