x11drv: Cursors index used with WTI_DEVICES is zero based.
This commit is contained in:
parent
26dbcc0aee
commit
11132d2cdf
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue