blob: 5fd4cd535f9497c8d2187028bbeec6cfc12864e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.2 2005/12/01 18:13:24 wiz Exp $
--- src/keyboard.c.orig 1995-02-03 02:21:28.000000000 +0100
+++ src/keyboard.c
@@ -301,7 +301,7 @@ Lisp_Object Vlast_event_frame;
/* The timestamp of the last input event we received from the X server.
X Windows wants this for selection ownership. */
-unsigned long last_event_timestamp;
+extern unsigned long last_event_timestamp;
Lisp_Object Qself_insert_command;
Lisp_Object Qforward_char;
|