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.
This commit is contained in:
Daniel Stone 2007-04-08 13:56:41 +03:00 committed by Daniel Stone
parent 4aae2de74b
commit e49f836d6f

View File

@ -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];