projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed566c
)
Fix the GTK build
author
Po Lu
<luangruo@yahoo.com>
Wed, 1 Jun 2022 00:57:52 +0000
(08:57 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 1 Jun 2022 00:57:52 +0000
(08:57 +0800)
* src/xterm.c (x_wait_for_cell_change): Don't initialize rfds
on GTK.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 186014b0b4342b22c30c1c2e1d6e2ddba1e6f917..f062e6485d6ff2fdb948599813b84735a579a6db 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-14857,9
+14857,9
@@
x_wait_for_cell_change (Lisp_Object cell, struct timespec timeout)
struct timespec current, at;
at = timespec_add (current_timespec (), timeout);
- FD_ZERO (&rfds);
#ifndef USE_GTK
+ FD_ZERO (&rfds);
rc = 0;
#endif