+2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
+
+ * xterm.h: Remove condition for declaration of
+ x_*_window_to_frame.
+
2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
* dispnew.c (Fsend_string_to_terminal): Make it work again on the
extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int));
-#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int));
extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *, int));
extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int));
-#endif
/* This is a chain of structures for all the X displays currently in use. */
extern struct x_display_info *x_display_list;