summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video/win32_v.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/win32_v.c b/video/win32_v.c
index aff4f2526..21b9d1e72 100644
--- a/video/win32_v.c
+++ b/video/win32_v.c
@@ -291,13 +291,11 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
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;