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,v [EMACS_22_BASE]


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]
Date: Thu, 21 Aug 2008 19:40:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      08/08/21 19:40:30

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.943.2.15
retrieving revision 1.943.2.16
diff -u -b -r1.943.2.15 -r1.943.2.16
--- xterm.c     13 May 2008 08:13:13 -0000      1.943.2.15
+++ xterm.c     21 Aug 2008 19:40:29 -0000      1.943.2.16
@@ -11034,8 +11034,9 @@
          tail->next = tail->next->next;
     }
 
-#ifndef USE_X_TOOLKIT   /* I'm told Xt does this itself.  */
+#if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
 #ifndef AIX            /* On AIX, XCloseDisplay calls this.  */
+  /* Xt and GTK does this themselves. */
   XrmDestroyDatabase (dpyinfo->xrdb);
 #endif
 #endif




reply via email to

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