mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 08:58:25 +02:00
Fix typo in ProcRenderCreateAnimCursor.
This commit is contained in:
parent
557dbadf3b
commit
7d85169c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue