Mercurial > emacs
diff src/xterm.h @ 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 | dfef2f43f4bf |
| children | 6ec15e6b2a08 |
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. */
