]> git.eshelyaron.com Git - emacs.git/commitdiff
Add HAVE_GTK_MULTIDISPLAY
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 16 Nov 2003 16:06:58 +0000 (16:06 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 16 Nov 2003 16:06:58 +0000 (16:06 +0000)
src/ChangeLog
src/config.in

index 23ccec9571fb45ddfc187ad28e9841fce4bdd75b..6960b655801d30c9378b227ddff02b367983e5cc 100644 (file)
@@ -1,5 +1,7 @@
 2003-11-16  Jan Dj\e,Ad\e(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.
index a73a3b7501e54f2ad6218d7b34b00a6d65109e1d..5024712ac431b6346d21836cabad8ba7b943816d 100644 (file)
@@ -163,6 +163,9 @@ Boston, MA 02111-1307, USA.  */
 /* 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 @@ Boston, MA 02111-1307, USA.  */
 /* 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