emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Fri, 31 Oct 2003 17:04:07 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.815 emacs/src/xterm.c:1.816
*** emacs/src/xterm.c:1.815     Sun Oct  5 09:42:03 2003
--- emacs/src/xterm.c   Fri Oct 31 17:04:03 2003
***************
*** 10204,10210 ****
      /* GTK 2.0 can only handle one display, GTK 2.2 can handle more
         than one, but this remains to be implemented.  */
      if (x_initialized > 1)
!       return 0;
  
      for (argc = 0; argc < NUM_ARGV; ++argc)
        argv[argc] = 0;
--- 10204,10211 ----
      /* GTK 2.0 can only handle one display, GTK 2.2 can handle more
         than one, but this remains to be implemented.  */
      if (x_initialized > 1)
!       error("Sorry, the GTK port can only handle one display.");
!     ++x_initialized;
  
      for (argc = 0; argc < NUM_ARGV; ++argc)
        argv[argc] = 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]