]> git.sesse.net Git - vlc/commit
* modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly...
authorGildas Bazin <gbazin@videolan.org>
Mon, 26 May 2003 19:06:47 +0000 (19:06 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 26 May 2003 19:06:47 +0000 (19:06 +0000)
commit34e462b49342bf7b3dd0dbd06462ee0b61862428
tree3b1d44f3cf944019e823dd8e68924928bce5266b
parent0188c0993bd4fc52554fb6f59f61cb28bab5dc01
* modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
* modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
* modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
modules/audio_output/alsa.c
modules/gui/skins/src/skin_main.cpp
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/menus.cpp
modules/gui/wxwindows/timer.cpp
modules/gui/wxwindows/wxwindows.h
modules/video_output/directx/events.c
modules/video_output/x11/xcommon.c
src/playlist/playlist.c