Skip to content
Snippets Groups Projects
Commit 7cc6b85e authored by deuce's avatar deuce
Browse files

Ensure dwSize os valid in curor info.

parent 4f6281fe
No related branches found
No related tags found
No related merge requests found
......@@ -506,6 +506,7 @@ void win32_setcursortype(int type)
switch(type) {
case _NOCURSOR:
ci.bVisible=FALSE;
ci.dwSize=1;
break;
case _SOLIDCURSOR:
......
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