Mercurial > emacs
changeset 61784:64c5a821e9cd
(Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 24 Apr 2005 06:03:58 +0000 |
parents | 00d5bc6555e5 |
children | 6e608d2306b0 |
files | src/frame.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Sun Apr 24 06:03:04 2005 +0000 +++ b/src/frame.c Sun Apr 24 06:03:58 2005 +0000 @@ -1260,6 +1260,10 @@ if (FRAME_X_P (f)) x_clear_frame_selections (f); #endif +#ifdef MAC_OS + if (FRAME_MAC_P (f)) + x_clear_frame_selections (f); +#endif /* Free glyphs. This function must be called before the window tree of the