]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oops - fix total idiocies in applying that patch
authorSimon Tatham <anakin@pobox.com>
Tue, 30 Nov 1999 11:13:33 +0000 (11:13 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 30 Nov 1999 11:13:33 +0000 (11:13 +0000)
[originally from svn r329]

putty.h
terminal.c

diff --git a/putty.h b/putty.h
index 477a81e47d56eb625896df491194073d5098175b..f4944aaf463b6fe621c663bea36622a535711db5 100644 (file)
--- 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)
 
index ab6ffd00ff276739117cf5e1dda23415cb39b465..444f243d54974986032082502ad8df983cd83e76 100644 (file)
@@ -1,4 +1,3 @@
-++ terminal.c.new      Mon Nov 22 15:02:03 1999
 #include <windows.h>
 
 #include <stdio.h>