From f706a7b26099f02c4784118aadebdbb135fc5008 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sun, 24 Apr 2005 06:03:58 +0000 Subject: [PATCH] (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections. --- src/frame.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frame.c b/src/frame.c index d86d29db289..d757e935752 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1260,6 +1260,10 @@ The functions are run with one arg, the frame to be deleted. */) 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 -- 2.39.2