(xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
This commit is contained in:
parent
b6e9189c67
commit
65a9c8e243
2 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
|
||||
|
||||
2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* puresize.h (BASE_PURESIZE): Increase to 1130000.
|
||||
|
|
|
@ -3372,11 +3372,6 @@ xg_tool_bar_callback (w, client_data)
|
|||
|
||||
key = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_KEY);
|
||||
XSETFRAME (frame, f);
|
||||
event.kind = TOOL_BAR_EVENT;
|
||||
event.frame_or_window = frame;
|
||||
event.arg = frame;
|
||||
kbd_buffer_store_event (&event);
|
||||
|
||||
event.kind = TOOL_BAR_EVENT;
|
||||
event.frame_or_window = frame;
|
||||
event.arg = key;
|
||||
|
|
Loading…
Add table
Reference in a new issue