rename hidemouse to handlemouse since it got a lot more functionality now
This commit is contained in:
parent
ec435d21d3
commit
55328cb497
7 changed files with 33 additions and 29 deletions
|
@ -376,7 +376,7 @@ DWORD WINAPI render_d3d9_main(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (!ddraw->hidemouse)
|
||||
if (!ddraw->handlemouse)
|
||||
{
|
||||
ChildWindowExists = FALSE;
|
||||
EnumChildWindows(ddraw->hWnd, EnumChildProc, (LPARAM)ddraw->primary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue