[vlc-devel] commit: Skins2 compile fix: Apparently declarations went missing in merge. (JP Dinger )
git version control
git at videolan.org
Sat Dec 5 22:35:06 CET 2009
vlc | branch: master | JP Dinger <jpd at videolan.org> | Fri Oct 2 10:55:11 2009 +0200| [d947e21b677a062137a968728263a5e1b0a01d38] | committer: JP Dinger
Skins2 compile fix: Apparently declarations went missing in merge.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d947e21b677a062137a968728263a5e1b0a01d38
---
modules/gui/skins2/src/vlcproc.hpp | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/modules/gui/skins2/src/vlcproc.hpp b/modules/gui/skins2/src/vlcproc.hpp
index 2fabfac..fd4caa4 100644
--- a/modules/gui/skins2/src/vlcproc.hpp
+++ b/modules/gui/skins2/src/vlcproc.hpp
@@ -209,6 +209,18 @@ private:
vlc_value_t oldVal, vlc_value_t newVal,
void *pParam );
+ static int onInteraction( vlc_object_t *pObj, const char *pVariable,
+ vlc_value_t oldVal, vlc_value_t newVal,
+ void *pParam );
+
+ static int onEqBandsChange( vlc_object_t *pObj, const char *pVariable,
+ vlc_value_t oldVal, vlc_value_t newVal,
+ void *pParam );
+
+ static int onEqPreampChange( vlc_object_t *pObj, const char *pVariable,
+ vlc_value_t oldVal, vlc_value_t newVal,
+ void *pParam );
+
/// Generic Callback
static int onGenericCallback( vlc_object_t *pObj, const char *pVariable,
vlc_value_t oldVal, vlc_value_t newVal,
More information about the vlc-devel
mailing list