summaryrefslogtreecommitdiffstats
path: root/mp_fifo.c
Commit message (Collapse)AuthorAgeFilesLines
* Move key_fifo_size & doubleclick_time to options structUoti Urpala2008-04-291-6/+6
|
* Add a context for mp_fifoUoti Urpala2008-04-291-50/+61
| | | | | Store data in an allocated context and take it as an argument instead of using static variables.
* mp_fifo.c, osdep/: Include corresponding .h in .c filesUoti Urpala2008-04-291-0/+1
|
* 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