summaryrefslogtreecommitdiffstats
path: root/mp_fifo.c
Commit message (Collapse)AuthorAgeFilesLines
* input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-291-1/+2
| | | | | | | | Use the same mp_input_add_key_fd for all uses and add a context argument to its callback that was before only in the event fd callbacks. Instead of checking in input.c whether keys were inserted to the keypress FIFO during the callback do the check in the callback before returning and set return value accordingly.
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-0/+70
"implicit declaration of function ‘mplayer_put_key’" warnings Based on Attila's suggestions. Approved by Uoti and Ivan. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22841 b3059339-0415-0410-9bf9-f77b7e298cf2