fix "stuck mouse button" by setting O_NONBLOCK, instead of using select() to check...
commit0b06c216396bcfcbd6e7beeeb836c81cc65c759e
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 5 Nov 2004 04:13:25 +0000 (5 04:13 +0000)
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 5 Nov 2004 04:13:25 +0000 (5 04:13 +0000)
tree6c940911bf0627158dbab5618f361144031ac479
parenta594c4f593d349e7067050726c6567f0e8c04ef9
fix "stuck mouse button" by setting O_NONBLOCK, instead of using select() to check write() blocking on pipe.
Marius Gedminas have located the bug as send original patch. Modified version by me.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13873 b3059339-0415-0410-9bf9-f77b7e298cf2
fifo.c