From 97b5df16916c20f3a46ed00c4995d6d2c1a1eb39 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 30 Nov 1999 11:13:33 +0000 Subject: [PATCH] Oops - fix total idiocies in applying that patch [originally from svn r329] --- putty.h | 2 +- terminal.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/putty.h b/putty.h index 477a81e4..f4944aaf 100644 --- a/putty.h +++ b/putty.h @@ -69,7 +69,7 @@ typedef enum { US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3 } Unscroll_Trigger; -GLOBAL Unscroll_trigger unscroll_event; +GLOBAL Unscroll_Trigger unscroll_event; #define WM_NETEVENT (WM_USER + 1) diff --git a/terminal.c b/terminal.c index ab6ffd00..444f243d 100644 --- a/terminal.c +++ b/terminal.c @@ -1,4 +1,3 @@ -++ terminal.c.new Mon Nov 22 15:02:03 1999 #include #include -- 2.45.2