comparison dvd_types.h @ 166:3bfaec0c1288 src

* fix warnings with gcc 3.3 * some menu sanity checking in highlight.c (the button functions should do nothing, when called outside a menu) * escape should take us to the Root menu, not the Title menu, since this is what the standard "Menu" button on a DVD player does
author mroi
date Mon, 21 Apr 2003 13:18:06 +0000
parents 4e5ebc1491d5
children 6fac6a613ea5
comparison
equal deleted inserted replaced
165:4e5ebc1491d5 166:3bfaec0c1288
35 /* 35 /*
36 * DVD Menu ID 36 * DVD Menu ID
37 * (see dvdnav_menu_call()) 37 * (see dvdnav_menu_call())
38 */ 38 */
39 typedef enum { 39 typedef enum {
40 /* When used in VTS domain, DVD_MENU_Escape behaves like DVD_MENU_Title, 40 /* When used in VTS domain, DVD_MENU_Escape behaves like DVD_MENU_Root,
41 * but from within a menu domain, DVD_MENU_Escape resumes playback. */ 41 * but from within a menu domain, DVD_MENU_Escape resumes playback. */
42 DVD_MENU_Escape = 0, 42 DVD_MENU_Escape = 0,
43 DVD_MENU_Title = 2, 43 DVD_MENU_Title = 2,
44 DVD_MENU_Root = 3, 44 DVD_MENU_Root = 3,
45 DVD_MENU_Subpicture = 4, 45 DVD_MENU_Subpicture = 4,