(x_delete_display): Don't call XrmDestroyDatabase on GTK+.
This commit is contained in:
parent
a3c8694acb
commit
8f59f2e77a
1 changed files with 2 additions and 1 deletions
|
@ -10514,7 +10514,8 @@ x_delete_display (dpyinfo)
|
|||
tail->next = tail->next->next;
|
||||
}
|
||||
|
||||
#ifndef USE_X_TOOLKIT /* I'm told Xt does this itself. */
|
||||
/* Xt and GTK do this themselves. */
|
||||
#if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
|
||||
#ifndef AIX /* On AIX, XCloseDisplay calls this. */
|
||||
XrmDestroyDatabase (dpyinfo->xrdb);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue