1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

* xterm.h (x_focus_frame): Add extern keyword to declaration.

This commit is contained in:
Jim Blandy 1993-03-25 02:12:14 +00:00
parent febf25d56f
commit f802f8e0a0

View file

@ -209,7 +209,7 @@ extern struct frame *x_window_to_frame ();
/* 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. */