diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-10-10 14:06:17 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-10-10 14:06:17 +0400 |
commit | 6bbe6da82dd61d050a773602f272dc4750291302 (patch) | |
tree | 533463c1ba5b80dbf2acac602f8c7a13fe18d666 /src/keyboard.h | |
parent | 6c8413fce16569e3883b48e64cd5da2a37a209d6 (diff) | |
download | emacs-6bbe6da82dd61d050a773602f272dc4750291302.tar.gz |
* keyboard.c (last_event_timestamp): Remove. For X selection and
GTK popup menus, it may be obtained from per-frame X display info.
(kbd_buffer_store_event_hold, kbd_buffer_get_event)
(process_special_events): Adjust users.
* keyboard.h (last_event_timestamp): Remove declaration.
* xmenu.c (xmenu_show, create_and_show_popup_menu): Lost last arg.
Use FRAME_DISPLAY_INFO (f)->last_user_time for gtk_menu_popup.
* menu.h (xmenu_show): Adjust prototype.
* menu.c (Fx_popup_menu): Adjust user.
* xselect.c (x_own_selection, x_get_foreign_selection)
(Fx_disown_selection_internal): Use dpyinfo->last_user_time.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 26cb862e8a0..6f5593bdf65 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -496,10 +496,6 @@ extern Lisp_Object QCtoggle, QCradio; speed up parse_modifiers. */ extern Lisp_Object Qevent_symbol_element_mask; -/* The timestamp of the last input event we received from the X server. - X Windows wants this for selection ownership. */ -extern Time last_event_timestamp; - extern int quit_char; extern unsigned int timers_run; |