summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/device.h b/device.h
index 41391eb1..517c3f6e 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.34 2008-04-14 19:58:50 phintuka Exp $
+ * $Id: device.h,v 1.34.2.1 2008-09-26 13:41:52 phintuka Exp $
*
*/
@@ -26,7 +26,8 @@ typedef enum {
miArtist = 2,
miAlbum = 3,
miDvdTitleNo = 4,
- mi_Count = 5
+ miDvdButtons = 5,
+ mi_Count = 6
} eMetainfoType;
# define ttXSubtitleNone (-2)