Re: about wl_display_poll

2020-11-09 Thread Daniel Stone
Hi Leo, On Mon, 9 Nov 2020 at 16:17, enpeng xu wrote: > I have a question about the functions of wl_display_dispatch/wl_display_poll. > In the function wl_display_poll, it ignores EINTR and keeps polling until it > gets an event from remote. > I am not sure if this is the expected, but a typical

about wl_display_poll

2020-11-09 Thread enpeng xu
Hi There, I have a question about the functions of wl_display_dispatch/wl_display_poll. In the function wl_display_poll, it ignores EINTR and keeps polling until it gets an event from remote. I am not sure if this is the expected, but a typical user case is, user setup a signal handler and run a ev