From 81076d5dafe62b307bb06d57a1bda99d85df5a3c Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 21 Nov 2000 19:00:32 +0000 Subject: [PATCH] Patch from Robert de Bath: increase timer resolution. git-svn-id: svn://svn.tartarus.org/sgt/putty@807 cda61777-01e9-0310-a592-d414129be87e --- window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window.c b/window.c index ea898e92..9f8eb98a 100644 --- a/window.c +++ b/window.c @@ -592,7 +592,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) { if (!has_focus) timer_id = SetTimer(hwnd, 1, 59500, NULL); else - timer_id = SetTimer(hwnd, 1, 250, NULL); + timer_id = SetTimer(hwnd, 1, 100, NULL); long_timer = 1; /* There's no point rescanning everything in the message queue -- 2.11.0