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
072f1e39
Commit
072f1e39
authored
Nov 16, 2009
by
Jan Djärv
Browse files
xmenu.c(x_menu_wait_for_event): Call XFlush before select.
parent
50d1a4ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xmenu.c
src/xmenu.c
+1
-0
No files found.
src/ChangeLog
View file @
072f1e39
2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
* xmenu.c (x_menu_wait_for_event): Call XFlush before select.
2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
* Makefile.in: Ignore errors from mkdir when creating deps
...
...
src/xmenu.c
View file @
072f1e39
...
...
@@ -440,6 +440,7 @@ x_menu_wait_for_event (void *data)
else
ntp
=
&
next_time
;
XFlush
((
Display
*
)
data
);
select
(
n
+
1
,
&
read_fds
,
(
SELECT_TYPE
*
)
0
,
(
SELECT_TYPE
*
)
0
,
ntp
);
}
}
...
...
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