]> git.eshelyaron.com Git - emacs.git/commitdiff
2002-06-16 Andrew Choi <akochoi@shaw.ca>
authorAndrew Choi <akochoi@shaw.ca>
Mon, 17 Jun 2002 01:45:48 +0000 (01:45 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Mon, 17 Jun 2002 01:45:48 +0000 (01:45 +0000)
* macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
of FrontWindow for cases keyDown and autoKey.

src/ChangeLog
src/macterm.c

index 65f0025f57a0a70758231750b501ac9095ec6f56..080c2d26502a6682f3010e1ad5bb4d6073d6b47c 100644 (file)
@@ -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.
 
index d98f24bc4fc0fd04d2e93be87aaf1f07236bd5cb..f3258cbb7fe4eeb9153ad673c4594085cb06cc56 100644 (file)
@@ -12624,7 +12624,8 @@ XTread_socket (int sd, struct input_event *bufp, int numchars, int expected)
        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);
        }