canonical / ubuntu-frame

The foundation for many embedded graphical display implementations
GNU General Public License v3.0
156 stars 21 forks source link

In src/egfullscreenclient.cpp we are not checking the return from wl_display_flush() #197

Closed AlanGriffiths closed 1 month ago

AlanGriffiths commented 1 month ago

wl_display_flush() can fail with errno set to EAGAIN... "In that case, use poll on the display file descriptor to wait for it to become writable again."