Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
65a9c8e2
Commit
65a9c8e2
authored
Jul 31, 2007
by
Stefan Monnier
Browse files
(xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
parent
b6e9189c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/ChangeLog
src/ChangeLog
+4
-0
src/gtkutil.c
src/gtkutil.c
+0
-5
No files found.
src/ChangeLog
View file @
65a9c8e2
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.
...
...
src/gtkutil.c
View file @
65a9c8e2
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment