emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/frame.c,v
Date: Fri, 16 May 2008 11:10:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/05/16 11:10:18

Index: frame.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/frame.c,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -b -r1.372 -r1.373
--- frame.c     14 May 2008 07:49:31 -0000      1.372
+++ frame.c     16 May 2008 11:10:16 -0000      1.373
@@ -1459,8 +1459,10 @@
      memory. */
   free_glyphs (f);
 
+#ifdef HAVE_WINDOW_SYSTEM
   /* Give chance to each font driver to free a frame specific data.  */
   font_update_drivers (f, Qnil);
+#endif
 
   /* Mark all the windows that used to be on FRAME as deleted, and then
      remove the reference to them.  */




reply via email to

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