changeset 34322:3db707e59e21

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 07 Dec 2000 11:45:33 +0000
parents 41ecc8525dbc
children 1e0fd85c0b60
files src/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Dec 07 11:44:06 2000 +0000
+++ b/src/ChangeLog	Thu Dec 07 11:45:33 2000 +0000
@@ -1,3 +1,15 @@
+2000-12-07  Gerd Moellmann  <gerd@gnu.org>
+
+	* xfns.c (x_free_gcs): New function.
+
+	* xterm.h (x_free_gcs): Add prototype.
+
+	* widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
+	freeing GCs here.
+
+	* xterm.c (x_destroy_window): Call x_free_gcs so that
+	resources of non-toolkit X windows will be freed.
+
 2000-12-07  Andrew Innes  <andrewi@gnu.org>
 
 	* w32fns.c (xlfd_charset_of_font): Fix last change.