diff stream/stream_dvdnav.h @ 21219:8258747951d7

keep nav highlight event in dvdnav priv structure
author ben
date Sat, 25 Nov 2006 17:44:22 +0000
parents c7b5dd2b2291
children c9b6588932b5
line wrap: on
line diff
--- a/stream/stream_dvdnav.h	Sat Nov 25 17:31:07 2006 +0000
+++ b/stream/stream_dvdnav.h	Sat Nov 25 17:44:22 2006 +0000
@@ -24,6 +24,7 @@
   unsigned int     duration;            /* in milliseconds */
   int              mousex, mousey;
   int              title;
+  dvdnav_highlight_event_t hlev;
 } dvdnav_priv_t;
 
 
@@ -31,6 +32,6 @@
 int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
 int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button);
-void mp_dvdnav_get_highlight (nav_highlight_t *hl);
+void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl);
 
 #endif