From 7bc8e4816f68dca22e48cf37a56c6107522043a1 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 26 Feb 2004 08:50:02 +0000 Subject: [PATCH] Temporary fix; increase NREAD_INPUT_EVENTS to 512. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () a small buffer of input events -- and then poll for more input if we read a full buffer of input events. */ -#define NREAD_INPUT_EVENTS 8 +#define NREAD_INPUT_EVENTS 512 static int read_avail_input (expected) -- 2.39.2