comparison 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
comparison
equal deleted inserted replaced
21218:f9014ec91226 21219:8258747951d7
122 122
123 extern int vo_osd_changed_flag; 123 extern int vo_osd_changed_flag;
124 124
125 unsigned utf8_get_char(char **str); 125 unsigned utf8_get_char(char **str);
126 126
127 #ifdef USE_DVDNAV
128 void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
129 #endif
130
127 #endif 131 #endif
128 #endif 132 #endif