emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macterm.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c
Date: Mon, 03 Apr 2006 06:28:40 +0000

Index: emacs/src/macterm.c
diff -u emacs/src/macterm.c:1.162 emacs/src/macterm.c:1.163
--- emacs/src/macterm.c:1.162   Fri Mar 24 15:22:44 2006
+++ emacs/src/macterm.c Mon Apr  3 06:28:39 2006
@@ -10455,6 +10455,8 @@
 
            ObscureCursor ();
 
+           f = mac_focus_frame (dpyinfo);
+
            if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)
                && !EQ (f->tool_bar_window, dpyinfo->mouse_face_window))
              {
@@ -10500,7 +10502,7 @@
          inev.modifiers |= (extra_keyboard_modifiers
                             & (meta_modifier | alt_modifier
                                | hyper_modifier | super_modifier));
-         XSETFRAME (inev.frame_or_window, mac_focus_frame (dpyinfo));
+         XSETFRAME (inev.frame_or_window, f);
          break;
 
        case kHighLevelEvent:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]