128ee2c342
Since the send-button-state request comes in on one socket and the wayland event we're looking for comes in on another socket, the order that we process the two in is undefined. Thus, button-test fails intermittently, depending on which event we process first. We change wl_display_flush() to wl_display_roundtrip(), to make sure that we deal with all wayland events before handling test protocol requests. |
||
---|---|---|
.. | ||
.gitignore | ||
button-test.c | ||
client-test.c | ||
event-test.c | ||
keyboard-test.c | ||
Makefile.am | ||
matrix-test.c | ||
setbacklight.c | ||
surface-global-test.c | ||
surface-test.c | ||
test-client.c | ||
test-runner.c | ||
test-runner.h | ||
test-text-client.c | ||
text-test.c | ||
weston-test |