From 58118de5e03d8d7dcbf9ef45c574dfe136689127 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 14 Feb 2006 10:02:23 +0000 Subject: [PATCH] * 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. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 54c855fc909..31b5f5c32a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2