From fd75d86e40da5c7c155819aae9632b1da5bd462c Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 18 Oct 2006 08:42:47 +0000 Subject: Trackmap info parsing --- frontend.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend.h b/frontend.h index bd052f76..f396a75a 100644 --- a/frontend.h +++ b/frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.9 2006-09-06 17:58:07 phintuka Exp $ + * $Id: frontend.h,v 1.10 2006-10-18 08:42:47 phintuka Exp $ * */ @@ -99,8 +99,10 @@ class cXinelibThread : public cThread, public cListObject virtual uchar *GrabImage(int &Size, bool Jpeg, int Quality, int SizeX, int SizeY) { return NULL; } + // Control from frontend static void KeypressHandler(const char *keymap, const char *key, bool repeat, bool release); + void InfoHandler(const char *info); // // Configuration -- cgit v1.2.3