Win32 typos crept in during the patch. Fix from Frederic Bouvier.
This commit is contained in:
parent
a3b6a593d6
commit
db79413b6e
1 changed files with 2 additions and 2 deletions
|
@ -239,13 +239,13 @@ void TurnCursorOn( void )
|
||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
switch (mouse_mode) {
|
switch (mouse_mode) {
|
||||||
case MOUSE_POINTER:
|
case MOUSE_POINTER:
|
||||||
fgSetMouseCursor(MOUSE_CURSOR_INHERIT);
|
fgSetMouseCursor(MOUSE_CURSOR_POINTER);
|
||||||
break;
|
break;
|
||||||
case MOUSE_YOKE:
|
case MOUSE_YOKE:
|
||||||
fgSetMouseCursor(MOUSE_CURSOR_CROSSHAIR);
|
fgSetMouseCursor(MOUSE_CURSOR_CROSSHAIR);
|
||||||
break;
|
break;
|
||||||
case MOUSE_VIEW:
|
case MOUSE_VIEW:
|
||||||
fgSetMouseCursor(MOUSE_CURSOR_LEFT_RIGHT);
|
fgSetMouseCursor(MOUSE_CURSOR_LEFTRIGHT);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue