summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index df1a907b..5874d1d7 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.15 2007-01-19 14:21:48 phintuka Exp $
+ * $Id: config.h,v 1.16 2007-01-24 04:29:03 phintuka Exp $
*
*/
@@ -133,6 +133,8 @@
#define READONLY_OPTION(opt) \
(xc.IsOptionReadOnly(xc.opt))
+#define DEFAULT_POLL_SIZE 16
+
typedef enum {
ShowMenu = 0,
ShowEq = 1,