Mercurial > emacs
changeset 45850:e17ed720205d
2002-06-16 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
of FrontWindow for cases keyDown and autoKey.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Mon, 17 Jun 2002 01:45:48 +0000 |
parents | 4f21f0785255 |
children | 7b1f766314f6 |
files | src/ChangeLog src/macterm.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 17 01:02:21 2002 +0000 +++ b/src/ChangeLog Mon Jun 17 01:45:48 2002 +0000 @@ -1,5 +1,8 @@ 2002-06-16 Andrew Choi <akochoi@shaw.ca> + * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead + of FrontWindow for cases keyDown and autoKey. + * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of Vdefault_fontset to Monaco with mac-roman coding.
--- a/src/macterm.c Mon Jun 17 01:02:21 2002 +0000 +++ b/src/macterm.c Mon Jun 17 01:45:48 2002 +0000 @@ -12624,7 +12624,8 @@ bufp->modifiers = the_modifiers; { - mac_output *mwp = (mac_output *) GetWRefCon (FrontWindow ()); + mac_output *mwp + = (mac_output *) GetWRefCon (FrontNonFloatingWindow ()); XSETFRAME (bufp->frame_or_window, mwp->mFP); }