summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index 2083576a..ec1ba6f3 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.71 2010-05-27 12:04:50 phintuka Exp $
+ * $Id: config.h,v 1.72 2010-05-30 23:24:12 phintuka Exp $
*
*/
@@ -165,7 +165,8 @@
#define OSD_SIZE_1280x720 2
#define OSD_SIZE_1920x1080 3
#define OSD_SIZE_custom 4
-#define OSD_SIZE_count 5
+#define OSD_SIZE_stream 5
+#define OSD_SIZE_count 6
// Media player menu (bitmask)
#define MEDIA_MENU_FILES (1<<0)