Increased poll buffer size

This commit is contained in:
Elias Naur 2002-11-26 20:07:49 +00:00
parent be5dcc1768
commit 341f75dae4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define KEYBOARD_BUFFER_SIZE 50
#define KEYBOARD_SIZE 256
#define KEY_EVENT_BACKLOG 5
#define KEY_EVENT_BACKLOG 20
unsigned char readBuffer[KEYBOARD_BUFFER_SIZE * 2];
jfieldID fid_readBuffer;