From: Karl Heuer Date: Wed, 20 Apr 1994 20:39:18 +0000 (+0000) Subject: (x_top_window_to_frame): Declare this function. X-Git-Tag: emacs-19.34~8859 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=090cebb5f4ea894e6ce875ff64d16e7ff2d06de2;p=emacs.git (x_top_window_to_frame): Declare this function. --- 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.