diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index ff1df84059d..08c8e818e80 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | /* Hooks by which low level terminal operations | 1 | /* Hooks by which low level terminal operations |
| 2 | can be made to call other routines. | 2 | can be made to call other routines. |
| 3 | Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 3 | Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software; you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 1, or (at your option) | 9 | the Free Software Foundation; either version 2, or (at your option) |
| 10 | any later version. | 10 | any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| @@ -138,7 +138,7 @@ struct input_event { | |||
| 138 | struct screen *screen; | 138 | struct screen *screen; |
| 139 | int modifiers; /* See enum below for interpretation. */ | 139 | int modifiers; /* See enum below for interpretation. */ |
| 140 | Lisp_Object x, y; | 140 | Lisp_Object x, y; |
| 141 | Lisp_Object timestamp; | 141 | unsigned long timestamp; |
| 142 | }; | 142 | }; |
| 143 | 143 | ||
| 144 | /* Bits in the modifiers member of the input_event structure. */ | 144 | /* Bits in the modifiers member of the input_event structure. */ |