]> git.sesse.net Git - vlc/commit
* all: show/hide the interface with middle-click on the vout
authorCyril Deguet <asmax@videolan.org>
Tue, 24 Jun 2003 22:26:01 +0000 (22:26 +0000)
committerCyril Deguet <asmax@videolan.org>
Tue, 24 Jun 2003 22:26:01 +0000 (22:26 +0000)
commit4096fbfc694282d323a5f374116c33c0dad1a91e
tree44402bac0df5c7562b1a412290f8cd479c2167f8
parentbcac9ff0b99324bdf2ebe0ba49b46061c2b28da2
* all: show/hide the interface with middle-click on the vout
       (when the last vout is closed, the interface reappears)
       Works only with the skins interface and X11/Xvideo vouts, but it's
       very easy to implement (just add a callback on "intf-show" in the
       interface, and trigger it in the vout)
modules/gui/skins/src/vlcproc.cpp
modules/gui/skins/src/vlcproc.h
modules/video_output/x11/xcommon.c
src/playlist/playlist.c
src/video_output/video_output.c