mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 14:40:15 +01:00
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
1 changed files with 1 additions and 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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue