]> git.sesse.net Git - vlc/commit
Hello,
authorPierre Baillet <octplane@videolan.org>
Thu, 24 Aug 2000 14:58:51 +0000 (14:58 +0000)
committerPierre Baillet <octplane@videolan.org>
Thu, 24 Aug 2000 14:58:51 +0000 (14:58 +0000)
commit0765875ab57be4156314514c4d71577a6a4ca1d0
treebd88a29c1403fb253ae4ac811ece71d3dd70cc6a
parentc48d981f864d6be34f2829d58dee1d8936fbb4d0
Hello,

Some news things:

 . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to
 . added a keystrokes.h include which contains a generic name of all the VLC keys binding
 . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
 . next step: move all the interface dependent parts (such as the getKey function) to the plugins.

Hope this will run on your boxes...
TODO
include/interface.h
include/keystrokes.h [new file with mode: 0644]
plugins/sdl/intf_sdl.c
src/interface/interface.c