From: Jan Djärv Date: Sun, 16 Nov 2003 16:06:58 +0000 (+0000) Subject: Add HAVE_GTK_MULTIDISPLAY X-Git-Tag: ttn-vms-21-2-B4~8356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a32e9bfd0009ed0d78a6de7932d361555a0ec361;p=emacs.git Add HAVE_GTK_MULTIDISPLAY --- diff --git a/src/ChangeLog b/src/ChangeLog index 23ccec9571f..6960b655801 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2003-11-16 Jan Dj,Ad(Brv + * 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. diff --git a/src/config.in b/src/config.in index a73a3b7501e..5024712ac43 100644 --- a/src/config.in +++ b/src/config.in @@ -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