diff options
| author | Karl Heuer | 1994-04-20 20:39:18 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-20 20:39:18 +0000 |
| commit | 090cebb5f4ea894e6ce875ff64d16e7ff2d06de2 (patch) | |
| tree | 04c1b79f486e109a5527a3695b7122b36934c935 /src/xterm.h | |
| parent | 03d786655ba777f5d73a36cb4e6a308c22676609 (diff) | |
| download | emacs-090cebb5f4ea894e6ce875ff64d16e7ff2d06de2.tar.gz emacs-090cebb5f4ea894e6ce875ff64d16e7ff2d06de2.zip | |
(x_top_window_to_frame): Declare this function.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 24d48d39d60..ae126a099f9 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -200,6 +200,7 @@ extern struct frame *x_window_to_frame (); | |||
| 200 | 200 | ||
| 201 | #ifdef USE_X_TOOLKIT | 201 | #ifdef USE_X_TOOLKIT |
| 202 | extern struct frame *x_any_window_to_frame (); | 202 | extern struct frame *x_any_window_to_frame (); |
| 203 | extern struct frame *x_top_window_to_frame (); | ||
| 203 | #endif | 204 | #endif |
| 204 | 205 | ||
| 205 | /* The frame (if any) which has the X window that has keyboard focus. | 206 | /* The frame (if any) which has the X window that has keyboard focus. |