]> git.sesse.net Git - vlc/commit
src/libvlc.c:
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 26 Oct 2003 12:46:55 +0000 (12:46 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 26 Oct 2003 12:46:55 +0000 (12:46 +0000)
commit9ec1b8a0275afa50e0f161b38932d2425970451b
treeb7effd5bb0e001151fc17681f929e7464369eb0b
parent4363f75abf93c34cb68f83ad93370bf2df5ba51e
src/libvlc.c:
 * created a variable "key-pressed" in p_vlc that can be used to
   report or read key presses
 * allways try to start hotkeys interface in the background
configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
 * a new control module that reads keypresses from "key-pressed" and
   performs an action depending on what is asosiated with this key.
   Also uses nice on screen messages to indicate what action was performed
modules/video_filter/filter_common.h:
 * removed code to pass old style key reporting through filters
modules/video_output/x11/xcommon.c:
 * report key-presses through the new mechanism. Incomplete, I need help
   with this.
configure.ac
modules/control/Modules.am
modules/control/hotkeys.c [new file with mode: 0755]
modules/video_filter/filter_common.h
modules/video_output/x11/xcommon.c
src/libvlc.c