Files
weston/clients
Kristian Høgsberg a17f7a13fd clients: Check return value of wl_display_dispatch()
The simple clients all just call wl_display_dispatch() in a while loop
without checking the return value.  Now, if the server dies or other
error occurs, we get a -1 return value instead and need to break the loop.
2012-10-16 13:17:16 -04:00
..
2012-10-10 21:38:17 -04:00
2012-10-16 11:29:10 -04:00
2012-10-04 11:24:50 -04:00
2012-10-16 10:46:15 -04:00