changeset 104842:f6e8bae2f54f

* xterm.h: Remove condition for declaration of x_*_window_to_frame.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 04 Sep 2009 04:40:17 +0000
parents 02b4657a3268
children 34f58690ff98
files src/ChangeLog src/xterm.h
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 04 03:18:08 2009 +0000
+++ b/src/ChangeLog	Fri Sep 04 04:40:17 2009 +0000
@@ -1,3 +1,8 @@
+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
--- a/src/xterm.h	Fri Sep 04 03:18:08 2009 +0000
+++ b/src/xterm.h	Fri Sep 04 04:40:17 2009 +0000
@@ -376,11 +376,9 @@
 
 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;