comparison src/frame.c @ 83292:ad07ff6e4555

Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-270 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-271 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-272 src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-273 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-274 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-275 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-276 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-277 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-278 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-67 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-332
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 25 Apr 2005 11:49:38 +0000
parents 26c9034f3533 64c5a821e9cd
children ed09a89e2b25
comparison
equal deleted inserted replaced
83291:bbf359ec4a59 83292:ad07ff6e4555
1471 /* Clear any X selections for this frame. */ 1471 /* Clear any X selections for this frame. */
1472 #ifdef HAVE_X_WINDOWS 1472 #ifdef HAVE_X_WINDOWS
1473 if (FRAME_X_P (f)) 1473 if (FRAME_X_P (f))
1474 x_clear_frame_selections (f); 1474 x_clear_frame_selections (f);
1475 #endif 1475 #endif
1476 #ifdef MAC_OS
1477 if (FRAME_MAC_P (f))
1478 x_clear_frame_selections (f);
1479 #endif
1476 1480
1477 /* Free glyphs. 1481 /* Free glyphs.
1478 This function must be called before the window tree of the 1482 This function must be called before the window tree of the
1479 frame is deleted because windows contain dynamically allocated 1483 frame is deleted because windows contain dynamically allocated
1480 memory. */ 1484 memory. */