comparison src/xterm.c @ 12771:6f07c79d9a05

(x_delete_display) [AIX]: Don't call XRmDestroyDatabase.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Aug 1995 00:57:17 +0000
parents 7e5276da6270
children ce60b1a64399
comparison
equal deleted inserted replaced
12770:5488d9efa7de 12771:6f07c79d9a05
6025 for (tail = x_display_list; tail; tail = tail->next) 6025 for (tail = x_display_list; tail; tail = tail->next)
6026 if (tail->next == dpyinfo) 6026 if (tail->next == dpyinfo)
6027 tail->next = tail->next->next; 6027 tail->next = tail->next->next;
6028 } 6028 }
6029 6029
6030 #ifndef USE_X_TOOLKIT 6030 #ifndef USE_X_TOOLKIT /* I'm told Xt does this itself. */
6031 /* I'm told Xt does this itself. */ 6031 #ifndef AIX /* On AIX, XCloseDisplay calls this. */
6032 XrmDestroyDatabase (dpyinfo->xrdb); 6032 XrmDestroyDatabase (dpyinfo->xrdb);
6033 #endif
6033 #endif 6034 #endif
6034 #ifdef MULTI_KBOARD 6035 #ifdef MULTI_KBOARD
6035 if (--dpyinfo->kboard->reference_count == 0) 6036 if (--dpyinfo->kboard->reference_count == 0)
6036 delete_kboard (dpyinfo->kboard); 6037 delete_kboard (dpyinfo->kboard);
6037 #endif 6038 #endif