summaryrefslogtreecommitdiffstats
path: root/mp_fifo.h
Commit message (Collapse)AuthorAgeFilesLines
* Move key_fifo_size & doubleclick_time to options structUoti Urpala2008-04-291-1/+3
|
* Add a context for mp_fifoUoti Urpala2008-04-291-1/+8
| | | | | Store data in an allocated context and take it as an argument instead of using static variables.
* input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-291-1/+1
| | | | | | | | 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.
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add explanatory comments to #endif preprocessor directives.diego2008-01-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25568 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing svn add from r22841.rathann2007-03-291-0/+7
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22842 b3059339-0415-0410-9bf9-f77b7e298cf2