diff options
Diffstat (limited to 'xine_frontend.h')
-rw-r--r-- | xine_frontend.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index 48eb7aa6..5251f066 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.11 2008-11-13 11:06:24 phintuka Exp $ + * $Id: xine_frontend.h,v 1.12 2008-11-13 21:24:56 phintuka Exp $ * */ @@ -50,6 +50,11 @@ struct frontend_config_s { }; #endif +/* xine_is_finished return values */ +#define FE_XINE_RUNNING 0 +#define FE_XINE_ERROR -1 +#define FE_XINE_EXIT 1 + struct frontend_s { /* Display */ int (*fe_display_open)(frontend_t*, int winwidth, int winheight, |