openbsd-ports/x11/vlc/patches/patch-modules_gui_wxwidgets_interface_hpp
jakemsr 0ba235ecbe - use wxSlider instead of hacking wxGuage for the volume controller.
from vlc subversion via Alexey Suslikov.

- use jack_client_connect() instead of jack_client_new() so multiple
instances of vlc can connect to jackd concurrently.  problem reported
by Alexey Suslikov.
2008-05-11 18:12:40 +00:00

14 lines
601 B
Plaintext

$OpenBSD: patch-modules_gui_wxwidgets_interface_hpp,v 1.1 2008/05/11 18:12:41 jakemsr Exp $
--- modules/gui/wxwidgets/interface.hpp.orig Mon Mar 24 00:41:49 2008
+++ modules/gui/wxwidgets/interface.hpp Fri May 9 02:35:20 2008
@@ -147,6 +147,9 @@ namespace wxvlc
void OnNextStream( wxCommandEvent& event );
void OnSlowStream( wxCommandEvent& event );
void OnFastStream( wxCommandEvent& event );
+ void OnToggleMute( wxCommandEvent& event );
+ void OnSlideVolume( wxScrollEvent& event );
+ void SyncVolume( );
void OnInteraction( wxCommandEvent& event );