Commit 11132d2c authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

x11drv: Cursors index used with WTI_DEVICES is zero based.

parent 26dbcc0a
...@@ -973,7 +973,6 @@ UINT X11DRV_WTInfoA(UINT wCategory, UINT nIndex, LPVOID lpOutput) ...@@ -973,7 +973,6 @@ UINT X11DRV_WTInfoA(UINT wCategory, UINT nIndex, LPVOID lpOutput)
case WTI_CURSORS+7: case WTI_CURSORS+7:
case WTI_CURSORS+8: case WTI_CURSORS+8:
case WTI_CURSORS+9: case WTI_CURSORS+9:
case WTI_CURSORS+10:
tgtcursor = &gSysCursor[wCategory - WTI_CURSORS]; tgtcursor = &gSysCursor[wCategory - WTI_CURSORS];
switch (nIndex) switch (nIndex)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment