emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c,v
Date: Wed, 10 Oct 2007 21:51:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/10/10 21:51:44

Index: macfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/macfns.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- macfns.c    29 Aug 2007 05:27:50 -0000      1.111
+++ macfns.c    10 Oct 2007 21:51:44 -0000      1.112
@@ -3855,6 +3855,8 @@
      the frame is live, as per FRAME_LIVE_P.  If we get a signal
      from this point on, x_destroy_window might screw up reference
      counts etc.  */
+  f->terminal = dpyinfo->terminal;
+  f->terminal->reference_count++;
   f->output_method = output_mac;
   f->output_data.mac =
     (struct mac_output *) xmalloc (sizeof (struct mac_output));




reply via email to

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