diff libvo/sub.h @ 21219:8258747951d7

keep nav highlight event in dvdnav priv structure
author ben
date Sat, 25 Nov 2006 17:44:22 +0000
parents a067e7e18b50
children 14ed01d30f11
line wrap: on
line diff
--- a/libvo/sub.h	Sat Nov 25 17:31:07 2006 +0000
+++ b/libvo/sub.h	Sat Nov 25 17:44:22 2006 +0000
@@ -124,5 +124,9 @@
 
 unsigned utf8_get_char(char **str);
 
+#ifdef USE_DVDNAV
+void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
+#endif
+
 #endif
 #endif