]> git.sesse.net Git - vlc/commit
Added vout_display_info_t::has_event_thread.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 30 May 2010 12:44:17 +0000 (14:44 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 30 May 2010 12:51:38 +0000 (14:51 +0200)
commit6c73ecd0995166536973595f63e08ed51f2e54f5
tree511a6060f8094623b87049e12a054d16a34d4af6
parentcd90aa059059566317a60fafae60931fc1b8ee2d
Added vout_display_info_t::has_event_thread.

If false, the vout core will use a thread to dispatch key events.
It reimplement [cb72d26f0825b31fd10af18a03763b41067cfe37] using a bit less code
and by adding support for multiple keys pressed in a row.
The thread is created only if needed.
include/vlc_vout_display.h
src/video_output/display.c