/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.815 by jhd, Sun Oct 5 13:42:03 2003 UTC revision 1.816 by jhd, Fri Oct 31 22:04:03 2003 UTC
# Line 10204  x_term_init (display_name, xrm_option, r Line 10204  x_term_init (display_name, xrm_option, r
10204      /* GTK 2.0 can only handle one display, GTK 2.2 can handle more      /* GTK 2.0 can only handle one display, GTK 2.2 can handle more
10205         than one, but this remains to be implemented.  */         than one, but this remains to be implemented.  */
10206      if (x_initialized > 1)      if (x_initialized > 1)
10207        return 0;        error("Sorry, the GTK port can only handle one display.");
10208        ++x_initialized;
10209    
10210      for (argc = 0; argc < NUM_ARGV; ++argc)      for (argc = 0; argc < NUM_ARGV; ++argc)
10211        argv[argc] = 0;        argv[argc] = 0;

Legend:
Removed from v.1.815  
changed lines
  Added in v.1.816

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26