Changeset - r3325:c322f5f18737
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-03-24 17:40:55
darkvater@openttd.org
(svn r4091) - Fix r4075. Do not "enter" please.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
video/win32_v.c
Show inline comments
 
@@ -291,13 +291,11 @@ static LRESULT CALLBACK WndProcGdi(HWND 
 
		return 0;
 

	
 
	case WM_MOUSEENTER:
 
		printf("enter\n");
 
		_cursor.in_window = true;
 
		DrawMouseCursor();
 
		break;
 

	
 
	case WM_MOUSELEAVE:
 
		printf("enter\n");
 
		UndrawMouseCursor();
 
		_cursor.in_window = false;
 
		break;
0 comments (0 inline, 0 general)