emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Fri, 19 Apr 2002 14:59:03 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.723 emacs/src/xterm.c:1.724
*** emacs/src/xterm.c:1.723     Fri Apr 19 07:47:58 2002
--- emacs/src/xterm.c   Fri Apr 19 14:59:02 2002
***************
*** 6810,6817 ****
    struct frame *f = XFRAME (w->frame);
    struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
    Cursor cursor = dpyinfo->vertical_scroll_bar_cursor;
!   struct glyph_row *row;
!   int i, area, charpos;
    Lisp_Object string, help, map, pos;
  
    if (portion == 1 || portion == 3)
--- 6810,6816 ----
    struct frame *f = XFRAME (w->frame);
    struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
    Cursor cursor = dpyinfo->vertical_scroll_bar_cursor;
!   int charpos;
    Lisp_Object string, help, map, pos;
  
    if (portion == 1 || portion == 3)
***************
*** 10406,10411 ****
--- 10405,10415 ----
              goto OTHER;
  
            case KeyPress:
+ 
+             /* Dispatch KeyPress events when in menu.  */
+             if (popup_activated_flag)
+                goto OTHER;
+ 
              f = x_any_window_to_frame (dpyinfo, event.xkey.window);
  
              if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight))



reply via email to

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