commit | 4be027a005d8d6dec3b4ce2317527fab424e08ac | [log] [tgz] |
---|---|---|
author | Jesse Barker <jesse.barker@linaro.org> | Mon Dec 17 14:48:52 2012 -0800 |
committer | Jesse Barker <jesse.barker@linaro.org> | Mon Dec 17 14:48:52 2012 -0800 |
tree | 48a80a882994e8557c1011035b4a928f6b3e1707 | |
parent | 002f81e3db992c8edd41436cc7010e1c58abc0ef [diff] |
CanvasDRM: Further simplify the select() logic. Firstly, as we have a NULL pointer for the timeout parameter, select() won't time out and we don't need to handle that return value. Secondly, unless we have a really great idea for handling user input (apart from Ctrl-C), we don't need to listen on stdin.