25 Nov
2006
25 Nov
'06
8:50 a.m.
ben wrote:
Author: ben Date: Sat Nov 25 14:03:51 2006 New Revision: 21216
Modified: trunk/libvo/sub.c trunk/mplayer.c trunk/stream/stream_dvdnav.c trunk/stream/stream_dvdnav.h
Log: better nav highlight handling
indeed
- if (dvd_nav_hl_on) + mp_dvdnav_get_highlight (&hl); + if (hl.sx != 0 && hl.sy != 0) /* highlighting on */
&& hl.ex != 0 && hl.ey != 0 You could also move the highlight to priv, rather than keeping it file-static