Mercurial > emacs
changeset 68875:fd4e8c733cff
* xterm.c (x_x_to_emacs_modifiers): Make non-static.
* xterm.h: Declare x_x_to_emacs_modifiers.
* gtkutil.c (xg_tool_bar_button_cb): New function.
(xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
store modifiers in event.
(update_frame_tool_bar): Connect button-release-event to
xg_tool_bar_button_cb.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 14 Feb 2006 10:02:23 +0000 |
parents | 8ccdd5aee32d |
children | bce98011e537 |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Feb 14 10:01:58 2006 +0000 +++ b/src/ChangeLog Tue Feb 14 10:02:23 2006 +0000 @@ -1,3 +1,15 @@ +2006-02-14 Jan Dj,Ad(Brv <Jan.Djarv@operax.com> + + * xterm.c (x_x_to_emacs_modifiers): Make non-static. + + * xterm.h: Declare x_x_to_emacs_modifiers. + + * gtkutil.c (xg_tool_bar_button_cb): New function. + (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to + store modifiers in event. + (update_frame_tool_bar): Connect button-release-event to + xg_tool_bar_button_cb. + 2006-02-13 Richard M. Stallman <rms@gnu.org> * .gdbinit (xwindow): Update the code to show the window box.