[PATCH wayland v2 4/8] client: Use read preparation API in wl_display_dispatch_queue()

Bill Spitzak spitzak at gmail.com
Wed Dec 30 22:40:45 PST 2015


On 12/28/2015 06:10 PM, Jonas Ã…dahl wrote:

> +	ret = wl_display_flush(display);
>   	if (ret < 0 && errno != EAGAIN && errno != EPIPE) {

With your patch 5/8 EAGAIN will never happen, so you might want to 
remove it here.



More information about the wayland-devel mailing list