diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-04-08 13:56:41 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2007-04-10 23:58:20 +0300 |
commit | e49f836d6fa2768cd6d2a6d0227b5dbf516013dc (patch) | |
tree | 721eb32b08967410a7e80d5d03f610f10c9c41e4 /mi | |
parent | 4aae2de74b9224bac2b2e2522637dac09abc3837 (diff) |
mieq: Use larger default queue size
Use a default queue size of 512 rather than 256, else Xephyr is too slow
without a host cursor, so events get stuck in the queue.
Diffstat (limited to 'mi')
-rw-r--r-- | mi/mieq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ in this Software without prior written authorization from The Open Group. # include <X11/extensions/dpms.h> #endif -#define QUEUE_SIZE 256 +#define QUEUE_SIZE 512 typedef struct _Event { xEvent event[7]; |