Skip to content
Snippets Groups Projects
Commit 68704d5c authored by deuce's avatar deuce
Browse files

Apparently, some systems don't support a 100% height cursor.

parent f5f07ddd
No related branches found
No related tags found
No related merge requests found
...@@ -511,7 +511,7 @@ void win32_setcursortype(int type) ...@@ -511,7 +511,7 @@ void win32_setcursortype(int type)
case _SOLIDCURSOR: case _SOLIDCURSOR:
ci.bVisible=TRUE; ci.bVisible=TRUE;
ci.dwSize=100; ci.dwSize=99;
break; break;
default: /* Normal cursor */ default: /* Normal cursor */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment