Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/PlayerSeekBar.h')
-rw-r--r--src/mpc-hc/PlayerSeekBar.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mpc-hc/PlayerSeekBar.h b/src/mpc-hc/PlayerSeekBar.h
index 7cb14bf64..16d859911 100644
--- a/src/mpc-hc/PlayerSeekBar.h
+++ b/src/mpc-hc/PlayerSeekBar.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2013 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -21,6 +21,7 @@
#pragma once
+#include "EventDispatcher.h"
#include "DSMPropertyBag.h"
#include <memory>
@@ -48,6 +49,9 @@ private:
HCURSOR m_cursor;
bool m_bDraggingThumb;
+ EventClient m_eventc;
+ void EventCallback(MpcEvent ev);
+
CToolTipCtrl m_tooltip;
enum { TOOLTIP_HIDDEN, TOOLTIP_TRIGGERED, TOOLTIP_VISIBLE } m_tooltipState;
TOOLINFO m_ti;