summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-17 17:49:56 +0000
committerphintuka <phintuka>2006-12-17 17:49:56 +0000
commit8c47791c6e2e57c029693d657f1fea76d10f5cbb (patch)
tree68693f34181e9f090b53d7b2bb011fb2165392e0
parent0b83bf3bf7117a91973fc66e03c1be5e5c7c5ed6 (diff)
downloadxineliboutput-8c47791c6e2e57c029693d657f1fea76d10f5cbb.tar.gz
xineliboutput-8c47791c6e2e57c029693d657f1fea76d10f5cbb.tar.bz2
metainfo
-rw-r--r--frontend_local.c7
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) {