diff options
| author | Karoly Lorentey | 2007-02-24 20:29:24 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2007-02-24 20:29:24 +0000 |
| commit | fa1b1007cac59bafd16df7bd501ef2591dd77d62 (patch) | |
| tree | 5dd11da1e3c6d33ae64f62f06f2f2047edc93139 /src | |
| parent | 6baa22c1ac97113e597cee93abb607463378af0d (diff) | |
| download | emacs-fa1b1007cac59bafd16df7bd501ef2591dd77d62.tar.gz emacs-fa1b1007cac59bafd16df7bd501ef2591dd77d62.zip | |
Re-enable GTK multidisplay support.
* configure.in (HAVE_GTK_MULTIDISPLAY): Remove override.
* configure: Regenerate.
* xterm.c (x_term_init): Reword error string for GTK.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-598
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/xterm.c b/src/xterm.c index 5810eb14b20..5fb04d8103e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10566,13 +10566,8 @@ x_term_init (display_name, xrm_option, resource_name) | |||
| 10566 | than zero, we are probably on GTK 2.0, which can only handle | 10566 | than zero, we are probably on GTK 2.0, which can only handle |
| 10567 | one display. GTK 2.2 or later can handle more than one. */ | 10567 | one display. GTK 2.2 or later can handle more than one. */ |
| 10568 | if (xg_display_open (SDATA (display_name), &dpy) < 0) | 10568 | if (xg_display_open (SDATA (display_name), &dpy) < 0) |
| 10569 | error ("Sorry, this version of GTK can only handle one display"); | ||
| 10570 | #else | ||
| 10571 | /* XXX Unfortunately, multiple display support is severely broken | ||
| 10572 | in recent GTK versions, so HAVE_GTK_MULTIDISPLAY is | ||
| 10573 | unconditionally disabled in configure.in. */ | ||
| 10574 | error ("Sorry, multiple display support is broken in current GTK versions"); | ||
| 10575 | #endif | 10569 | #endif |
| 10570 | error ("Sorry, this version of GTK can only handle one display"); | ||
| 10576 | } | 10571 | } |
| 10577 | else | 10572 | else |
| 10578 | { | 10573 | { |