# HG changeset patch # User Jan Dj¸«£rv # Date 1139911343 0 # Node ID fd4e8c733cff2bd3e517d93483f1eafeb0b4fcc8 # Parent 8ccdd5aee32d72805513c6b3d2fe1284ba96111f * 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. diff -r 8ccdd5aee32d -r fd4e8c733cff src/ChangeLog --- 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 + + * 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 * .gdbinit (xwindow): Update the code to show the window box.