x11drv: Cursors index used with WTI_DEVICES is zero based.

This commit is contained in:
Mike McCormack 2006-04-07 17:50:29 +09:00 committed by Alexandre Julliard
parent 26dbcc0aee
commit 11132d2cdf
1 changed files with 0 additions and 1 deletions

View File

@ -973,7 +973,6 @@ UINT X11DRV_WTInfoA(UINT wCategory, UINT nIndex, LPVOID lpOutput)
case WTI_CURSORS+7:
case WTI_CURSORS+8:
case WTI_CURSORS+9:
case WTI_CURSORS+10:
tgtcursor = &gSysCursor[wCategory - WTI_CURSORS];
switch (nIndex)
{