summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine_frontend.h6
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,