]> git.sesse.net Git - vlc/commit
- modules/control/showintf.c: new control module, able to show the
authorOlivier Teulière <ipkiss@videolan.org>
Sun, 10 Oct 2004 10:08:44 +0000 (10:08 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sun, 10 Oct 2004 10:08:44 +0000 (10:08 +0000)
commit62d1b7d2d6ce7b7eec5cc48f91e884e0de02a48d
treeed44e1c30614ec12104f5247eeb2660a6488a9cb
parent859d9e3170043afa4c5007f962f41b6b227e9332
 - modules/control/showintf.c: new control module, able to show the
   interface when moving the mouse to the top of the screen (in
   fullscreen mode).
 - modules/control/hotkeys.c: added a hotkey to raise the interface
 - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
   the "intf-show" variable; it should be easy to do the same for BeOS
   and MacOSX interfaces
14 files changed:
configure.ac
include/vlc_keys.h
modules/control/Modules.am
modules/control/hotkeys.c
modules/control/showintf.c [new file with mode: 0644]
modules/gui/skins2/commands/cmd_show_window.hpp
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/src/vlcproc.hpp
modules/gui/skins2/src/window_manager.cpp
modules/gui/skins2/src/window_manager.hpp
modules/gui/skins2/win32/win32_window.cpp
modules/gui/wxwindows/timer.cpp
modules/gui/wxwindows/wxwindows.h
src/libvlc.h