From f2b405fb39486e5a6b7a6b7e4039e0bfd2fcabcc Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 19 Dec 2006 16:34:31 +0000 Subject: Use INFO for TRACKMAP and METAINFO --- frontend_local.c | 7 +++---- 1 file 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) { -- cgit v1.2.3