Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7ffb2841
Commit
7ffb2841
authored
Apr 11, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_decline_selection_request): Call XFlushQueue.
parent
87d238ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/xselect.c
src/xselect.c
+3
-2
No files found.
src/xselect.c
View file @
7ffb2841
...
...
@@ -413,8 +413,9 @@ x_decline_selection_request (event)
reply
.
property
=
None
;
BLOCK_INPUT
;
(
void
)
XSendEvent
(
reply
.
display
,
reply
.
requestor
,
False
,
0L
,
(
XEvent
*
)
&
reply
);
XSendEvent
(
reply
.
display
,
reply
.
requestor
,
False
,
0L
,
(
XEvent
*
)
&
reply
);
XFlushQueue
();
UNBLOCK_INPUT
;
}
...
...
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