]> git.sesse.net Git - vlc/commit
Helpers to emit asynchronous key press events (refs #3661)
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 30 May 2010 11:33:35 +0000 (14:33 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 30 May 2010 11:40:23 +0000 (14:40 +0300)
commitcb72d26f0825b31fd10af18a03763b41067cfe37
tree9f231044deea74ef186d23813dc51dbbd6ac9f25
parentbf66354d0205141d146f7f8dd913e0448665519c
Helpers to emit asynchronous key press events (refs #3661)

We have the same bug in several outputs (SDL, AA, CACA), so lets make
the solution generic.
modules/video_output/keythread.c [new file with mode: 0644]
modules/video_output/keythread.h [new file with mode: 0644]