diff options
author | phintuka <phintuka> | 2006-12-17 17:49:56 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-17 17:49:56 +0000 |
commit | 8c47791c6e2e57c029693d657f1fea76d10f5cbb (patch) | |
tree | 68693f34181e9f090b53d7b2bb011fb2165392e0 | |
parent | 0b83bf3bf7117a91973fc66e03c1be5e5c7c5ed6 (diff) | |
download | xineliboutput-8c47791c6e2e57c029693d657f1fea76d10f5cbb.tar.gz xineliboutput-8c47791c6e2e57c029693d657f1fea76d10f5cbb.tar.bz2 |
metainfo
-rw-r--r-- | frontend_local.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend_local.c b/frontend_local.c index 0d5268c2..f79ba36b 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.12 2006-10-18 08:41:08 phintuka Exp $ + * $Id: frontend_local.c,v 1.13 2006-12-17 17:49:56 phintuka Exp $ * */ @@ -220,8 +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)) { - + if(!strncmp("TRACKMAP", keymap, 8) || + !strncmp("METAINFO", keymap, 8)) { + cXinelibThread::InfoHandler(keymap); } else if(!xc.use_x_keyboard || !key) { |