]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c (x_x_to_emacs_modifiers): Make non-static.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 14 Feb 2006 10:02:23 +0000 (10:02 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 14 Feb 2006 10:02:23 +0000 (10:02 +0000)
 * 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.

src/ChangeLog

index 54c855fc909fe89c7d16d13b8e27fe8cc1b07902..31b5f5c32a6123244973d4c6de2798001b063354 100644 (file)
@@ -1,3 +1,15 @@
+2006-02-14  Jan Dj\e,Ad\e(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.