diff src/macterm.c @ 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 39cdf9669519
children 61b39d1554ee
line wrap: on
line diff
--- 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);
 	}