diff options
| author | Jim Blandy | 1993-03-25 02:12:14 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-25 02:12:14 +0000 |
| commit | f802f8e0a033adf65dac58adeeba6cef6b8f1955 (patch) | |
| tree | 7b3bcfddf00f34f46a18d6b37063425715a52290 /src | |
| parent | febf25d56f3575581cb71970a6d16413c4420d65 (diff) | |
| download | emacs-f802f8e0a033adf65dac58adeeba6cef6b8f1955.tar.gz emacs-f802f8e0a033adf65dac58adeeba6cef6b8f1955.zip | |
* xterm.h (x_focus_frame): Add extern keyword to declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 05bae039844..b9a18a54977 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -209,7 +209,7 @@ extern struct frame *x_window_to_frame (); | |||
| 209 | /* The frame (if any) which has the X window that has keyboard focus. | 209 | /* The frame (if any) which has the X window that has keyboard focus. |
| 210 | Zero if none. This is examined by Ffocus_frame in xfns.c */ | 210 | Zero if none. This is examined by Ffocus_frame in xfns.c */ |
| 211 | 211 | ||
| 212 | struct frame *x_focus_frame; | 212 | extern struct frame *x_focus_frame; |
| 213 | 213 | ||
| 214 | #ifdef HAVE_X11 | 214 | #ifdef HAVE_X11 |
| 215 | /* Variables associated with the X display screen this emacs is using. */ | 215 | /* Variables associated with the X display screen this emacs is using. */ |