diff options
author | phintuka <phintuka> | 2006-10-18 08:42:47 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-18 08:42:47 +0000 |
commit | fd75d86e40da5c7c155819aae9632b1da5bd462c (patch) | |
tree | 28378d469c1f7262fc61ee537af527d43d555109 | |
parent | e14f497b7f0fde260a5f520abb2f0fcb4fd07341 (diff) | |
download | xineliboutput-fd75d86e40da5c7c155819aae9632b1da5bd462c.tar.gz xineliboutput-fd75d86e40da5c7c155819aae9632b1da5bd462c.tar.bz2 |
Trackmap info parsing
-rw-r--r-- | frontend.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |