changeset 54147:53604473a699

Temporary fix; increase NREAD_INPUT_EVENTS to 512.
author Kim F. Storm <storm@cua.dk>
date Thu, 26 Feb 2004 08:50:02 +0000
parents 2a5eca2838d1
children 229b09cd4c04
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Thu Feb 26 04:03:40 2004 +0000
+++ b/src/keyboard.c	Thu Feb 26 08:50:02 2004 +0000
@@ -6574,7 +6574,7 @@
    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)