# HG changeset patch # User Jan Dj¸«£rv # Date 1068998818 0 # Node ID 2a9957bfae3fe0e946172024af50cf075dde834c # Parent 1218a42792eacecbf516588152f1bca23c681f33 Add HAVE_GTK_MULTIDISPLAY diff -r 1218a42792ea -r 2a9957bfae3f src/ChangeLog --- 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 + * 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 -r 1218a42792ea -r 2a9957bfae3f src/config.in --- 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