diff options
| author | Miles Bader | 2008-09-02 05:35:54 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-09-02 05:35:54 +0000 |
| commit | 9850eff524bd0747a9561f3b4c90dfc3749f4ecb (patch) | |
| tree | c05e918b9763310aea577eefc476aaccf20eb86a /src/xterm.c | |
| parent | 9a73a6c9dbd5a98e8e27cccbf1361f89070b94e7 (diff) | |
| parent | 7f02dd2cf6cb7395cb06104fd052f08cc91e9e10 (diff) | |
| download | emacs-9850eff524bd0747a9561f3b4c90dfc3749f4ecb.tar.gz emacs-9850eff524bd0747a9561f3b4c90dfc3749f4ecb.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1398
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 88fb04d665e..603ec993af2 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10516,6 +10516,7 @@ x_delete_display (dpyinfo) | |||
| 10516 | /* Xt and GTK do this themselves. */ | 10516 | /* Xt and GTK do this themselves. */ |
| 10517 | #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK) | 10517 | #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK) |
| 10518 | #ifndef AIX /* On AIX, XCloseDisplay calls this. */ | 10518 | #ifndef AIX /* On AIX, XCloseDisplay calls this. */ |
| 10519 | /* Xt and GTK does this themselves. */ | ||
| 10519 | XrmDestroyDatabase (dpyinfo->xrdb); | 10520 | XrmDestroyDatabase (dpyinfo->xrdb); |
| 10520 | #endif | 10521 | #endif |
| 10521 | #endif | 10522 | #endif |