summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-19 16:34:31 +0000
committerphintuka <phintuka>2006-12-19 16:34:31 +0000
commitf2b405fb39486e5a6b7a6b7e4039e0bfd2fcabcc (patch)
treef6945a7c7f03c4dc011466a8f4341601497f7678
parentc264dd0734289f990365d60f8a47e94e2910f335 (diff)
downloadxineliboutput-f2b405fb39486e5a6b7a6b7e4039e0bfd2fcabcc.tar.gz
xineliboutput-f2b405fb39486e5a6b7a6b7e4039e0bfd2fcabcc.tar.bz2
Use INFO for TRACKMAP and METAINFO
-rw-r--r--frontend_local.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/frontend_local.c b/frontend_local.c
index f79ba36b..0348da47 100644
--- a/frontend_local.c
+++ b/frontend_local.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_local.c,v 1.13 2006-12-17 17:49:56 phintuka Exp $
+ * $Id: frontend_local.c,v 1.14 2006-12-19 16:34:31 phintuka Exp $
*
*/
@@ -220,10 +220,9 @@ int cXinelibLocal::Xine_Control(const char *cmd)
extern "C" {
static void keypress_handler(const char *keymap, const char *key)
{
- if(!strncmp("TRACKMAP", keymap, 8) ||
- !strncmp("METAINFO", keymap, 8)) {
+ if(!strncmp("INFO ", keymap, 5)) {
- cXinelibThread::InfoHandler(keymap);
+ cXinelibThread::InfoHandler(keymap+5);
} else if(!xc.use_x_keyboard || !key) {