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:
parent
4aae2de74b
commit
e49f836d6f
|
@ -58,7 +58,7 @@ in this Software without prior written authorization from The Open Group.
|
||||||
# include <X11/extensions/dpms.h>
|
# include <X11/extensions/dpms.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define QUEUE_SIZE 256
|
#define QUEUE_SIZE 512
|
||||||
|
|
||||||
typedef struct _Event {
|
typedef struct _Event {
|
||||||
xEvent event[7];
|
xEvent event[7];
|
||||||
|
|
Loading…
Reference in New Issue