diff options
author | phintuka <phintuka> | 2008-11-13 22:46:23 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-13 22:46:23 +0000 |
commit | fa0b37fcb7e6e77aaa8aebccb67ff5667bc0d093 (patch) | |
tree | 14d84fd99fddbabb41eb993ee8321f4294d2c97a | |
parent | 2e8af78269b33721b1c8274296959db27b2973f1 (diff) | |
download | xineliboutput-fa0b37fcb7e6e77aaa8aebccb67ff5667bc0d093.tar.gz xineliboutput-fa0b37fcb7e6e77aaa8aebccb67ff5667bc0d093.tar.bz2 |
return values
-rw-r--r-- | xine_frontend.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index b28062e5..33b63812 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.13 2008-11-13 21:37:50 phintuka Exp $ + * $Id: xine_frontend.h,v 1.14 2008-11-13 22:46:23 phintuka Exp $ * */ @@ -55,6 +55,10 @@ struct frontend_config_s { #define FE_XINE_ERROR -1 #define FE_XINE_EXIT 1 +/* return values */ +#define FE_OK 1 +#define FE_ERROR 0 + struct frontend_s { /* Display */ int (*fe_display_open)(frontend_t*, int winwidth, int winheight, |