diff src/termhooks.h @ 648:70b112526394

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 18 May 1992 08:14:41 +0000
parents 8c615e453683
children 030fb4635335
line wrap: on
line diff
--- a/src/termhooks.h	Mon May 18 08:13:37 1992 +0000
+++ b/src/termhooks.h	Mon May 18 08:14:41 1992 +0000
@@ -1,12 +1,12 @@
 /* Hooks by which low level terminal operations
    can be made to call other routines.
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -138,7 +138,7 @@
   struct screen *screen;
   int modifiers;		/* See enum below for interpretation.  */
   Lisp_Object x, y;
-  Lisp_Object timestamp;
+  unsigned long timestamp;
 };
 
 /* Bits in the modifiers member of the input_event structure.  */