[vlc-commits] Change key items to string type
Rémi Denis-Courmont
git at videolan.org
Thu Feb 10 21:49:32 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 10 22:46:59 2011 +0200| [dae71aacc1d99b806f4f03e46c7d18d1b5b0863a] | committer: Rémi Denis-Courmont
Change key items to string type
The configuration is simplified a bit.
Multiple keys per action will be easier to add.
N.B.: this commit breaks global hotkeys setup and hotkey prefs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dae71aacc1d99b806f4f03e46c7d18d1b5b0863a
---
include/vlc_plugin.h | 4 +-
src/config/cmdline.c | 6 +-
src/config/configuration.h | 2 -
src/config/core.c | 8 +-
src/config/file.c | 27 +-----
src/config/keys.c | 12 ++-
src/libvlc-module.c | 208 ++++++++++++++++++++++----------------------
src/libvlc.c | 2 +-
8 files changed, 127 insertions(+), 142 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=dae71aacc1d99b806f4f03e46c7d18d1b5b0863a
More information about the vlc-commits
mailing list