changeset 53070:2a9957bfae3f

Add HAVE_GTK_MULTIDISPLAY
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 16 Nov 2003 16:06:58 +0000
parents 1218a42792ea
children aa5d7d8f5736
files src/ChangeLog src/config.in
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Nov 16 16:05:24 2003 +0000
+++ b/src/ChangeLog	Sun Nov 16 16:06:58 2003 +0000
@@ -1,5 +1,7 @@
 2003-11-16  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
+	* config.in: Regenerate.
+
 	* xfns.c (x_window_to_frame, x_any_window_to_frame)
 	(x_non_menubar_window_to_frame, x_menubar_window_to_frame)
 	(x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
--- a/src/config.in	Sun Nov 16 16:05:24 2003 +0000
+++ b/src/config.in	Sun Nov 16 16:06:58 2003 +0000
@@ -163,6 +163,9 @@
 /* Define to 1 if you have the `gai_strerror' function. */
 #undef HAVE_GAI_STRERROR
 
+/* Define to 1 if you have the `gdk_display_open' function. */
+#undef HAVE_GDK_DISPLAY_OPEN
+
 /* Define to 1 if you have the `getaddrinfo' function. */
 #undef HAVE_GETADDRINFO
 
@@ -214,6 +217,9 @@
 /* Define to 1 if using GTK. */
 #undef HAVE_GTK
 
+/* Define to 1 if GTK can handle more than one display. */
+#undef HAVE_GTK_MULTIDISPLAY
+
 /* Define to 1 if netdb.h declares h_errno. */
 #undef HAVE_H_ERRNO