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:
parent
febf25d56f
commit
f802f8e0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue