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
bb165316
Commit
bb165316
authored
May 13, 2008
by
Jan Djärv
Browse files
(handle_one_xevent): Don't pass buttons higher than 3
to Gtk+ menus.
parent
1937f3dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xterm.c
src/xterm.c
+2
-0
No files found.
src/ChangeLog
View file @
bb165316
2008-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.c (handle_one_xevent): Don't pass buttons higher than 3
to Gtk+ menus.
2008-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* emacs.c (main_thread): Conditionalize on
src/xterm.c
View file @
bb165316
...
...
@@ -6848,6 +6848,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
if (
#ifdef USE_GTK
! popup_activated ()
/* Gtk+ menus only react to the first three buttons. */
&& event.xbutton.button < 3
&&
#endif
f && event.type == ButtonPress
...
...
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