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/EventDispatcher.h')
-rw-r--r--src/mpc-hc/EventDispatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mpc-hc/EventDispatcher.h b/src/mpc-hc/EventDispatcher.h
index f5ea31c73..5f2ddeaca 100644
--- a/src/mpc-hc/EventDispatcher.h
+++ b/src/mpc-hc/EventDispatcher.h
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2014 see Authors.txt
+ * (C) 2013-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -44,6 +44,7 @@ enum class MpcEvent {
SYSTEM_MENU_POPUP_INITIALIZED,
SYSTEM_MENU_POPUP_UNINITIALIZED,
CHANGING_UI_LANGUAGE,
+ STREAM_POS_UPDATE_REQUEST
};
class EventClient;