diff options
| author | Jan Djärv | 2003-11-16 16:06:58 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-11-16 16:06:58 +0000 |
| commit | a32e9bfd0009ed0d78a6de7932d361555a0ec361 (patch) | |
| tree | ff2c9903bfa21300f1b3d2686bb5cf9892b550d7 /src | |
| parent | 810f2256ba03de93679ae73c02512f0da0fd1c7b (diff) | |
| download | emacs-a32e9bfd0009ed0d78a6de7932d361555a0ec361.tar.gz emacs-a32e9bfd0009ed0d78a6de7932d361555a0ec361.zip | |
Add HAVE_GTK_MULTIDISPLAY
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/config.in | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 23ccec9571f..6960b655801 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2003-11-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2003-11-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * config.in: Regenerate. | ||
| 4 | |||
| 3 | * xfns.c (x_window_to_frame, x_any_window_to_frame) | 5 | * xfns.c (x_window_to_frame, x_any_window_to_frame) |
| 4 | (x_non_menubar_window_to_frame, x_menubar_window_to_frame) | 6 | (x_non_menubar_window_to_frame, x_menubar_window_to_frame) |
| 5 | (x_top_window_to_frame): Add Display* argument to xg_win_to_widget. | 7 | (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. */ | |||
| 163 | /* Define to 1 if you have the `gai_strerror' function. */ | 163 | /* Define to 1 if you have the `gai_strerror' function. */ |
| 164 | #undef HAVE_GAI_STRERROR | 164 | #undef HAVE_GAI_STRERROR |
| 165 | 165 | ||
| 166 | /* Define to 1 if you have the `gdk_display_open' function. */ | ||
| 167 | #undef HAVE_GDK_DISPLAY_OPEN | ||
| 168 | |||
| 166 | /* Define to 1 if you have the `getaddrinfo' function. */ | 169 | /* Define to 1 if you have the `getaddrinfo' function. */ |
| 167 | #undef HAVE_GETADDRINFO | 170 | #undef HAVE_GETADDRINFO |
| 168 | 171 | ||
| @@ -214,6 +217,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 214 | /* Define to 1 if using GTK. */ | 217 | /* Define to 1 if using GTK. */ |
| 215 | #undef HAVE_GTK | 218 | #undef HAVE_GTK |
| 216 | 219 | ||
| 220 | /* Define to 1 if GTK can handle more than one display. */ | ||
| 221 | #undef HAVE_GTK_MULTIDISPLAY | ||
| 222 | |||
| 217 | /* Define to 1 if netdb.h declares h_errno. */ | 223 | /* Define to 1 if netdb.h declares h_errno. */ |
| 218 | #undef HAVE_H_ERRNO | 224 | #undef HAVE_H_ERRNO |
| 219 | 225 | ||