comparison src/xterm.h @ 6994:b43ec2effc1d

(x_top_window_to_frame): Declare this function.
author Karl Heuer <kwzh@gnu.org>
date Wed, 20 Apr 1994 20:39:18 +0000
parents b5f510efd194
children bca3fe63efec
comparison
equal deleted inserted replaced
6993:0983fe01e614 6994:b43ec2effc1d
198 198
199 extern struct frame *x_window_to_frame (); 199 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.
206 Zero if none. This is examined by Ffocus_frame in xfns.c */ 207 Zero if none. This is examined by Ffocus_frame in xfns.c */
207 208