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
2abb0fde
Commit
2abb0fde
authored
May 19, 2006
by
YAMAMOTO Mitsuharu
Browse files
(XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
Forward keyUp events to toolbox_dispatcher.
parent
91c88952
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/macterm.c
src/macterm.c
+3
-0
No files found.
src/macterm.c
View file @
2abb0fde
...
...
@@ -10333,6 +10333,7 @@ XTread_socket (sd, expected, hold_quit)
break;
case keyDown:
case keyUp:
case autoKey:
{
int keycode = (er.message & keyCodeMask) >> 8;
...
...
@@ -10354,6 +10355,8 @@ XTread_socket (sd, expected, hold_quit)
!= eventNotHandledErr)
break;
#endif
if (er.what == keyUp)
break;
#if 0
if (dpyinfo->x_focus_frame == NULL)
...
...
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