changeset 2354:dcc756fba34f

* xterm.h (x_focus_frame): Add extern keyword to declaration.
author Jim Blandy <jimb@redhat.com>
date Thu, 25 Mar 1993 02:12:14 +0000
parents ec8d40776ff1
children cec8c9490d8a
files src/xterm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Thu Mar 25 02:11:11 1993 +0000
+++ b/src/xterm.h	Thu Mar 25 02:12:14 1993 +0000
@@ -209,7 +209,7 @@
 /* The frame (if any) which has the X window that has keyboard focus.
    Zero if none.  This is examined by Ffocus_frame in xfns.c */
 
-struct frame *x_focus_frame;
+extern struct frame *x_focus_frame;
 
 #ifdef HAVE_X11
 /* Variables associated with the X display screen this emacs is using. */