diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-04-20 20:39:18 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-04-20 20:39:18 +0000 |
commit | 3860d775bd752b7c33318f5d45f4bd35ca3ea0e8 (patch) | |
tree | 009806d65f99bcb67c10b83376fc5097f69184cb /src/xterm.h | |
parent | 366b7a052f05ccbe196615b118ec02fdcc7e58e2 (diff) | |
download | emacs-3860d775bd752b7c33318f5d45f4bd35ca3ea0e8.tar.gz |
(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 (); #ifdef USE_X_TOOLKIT extern struct frame *x_any_window_to_frame (); +extern struct frame *x_top_window_to_frame (); #endif /* The frame (if any) which has the X window that has keyboard focus. |