aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2a37e5592c0..27813bdc770 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6574,7 +6574,7 @@ record_asynch_buffer_change ()
6574 a small buffer of input events -- and then poll for more input if we 6574 a small buffer of input events -- and then poll for more input if we
6575 read a full buffer of input events. */ 6575 read a full buffer of input events. */
6576 6576
6577#define NREAD_INPUT_EVENTS 8 6577#define NREAD_INPUT_EVENTS 512
6578 6578
6579static int 6579static int
6580read_avail_input (expected) 6580read_avail_input (expected)