summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-19 23:50:21 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-19 23:50:21 +0000
commitb578d8ccbf2400df189987093955b29051fd7802 (patch)
tree60135fed90318130245243b27f7e8490371c7ae6 /stream/stream_dvdnav.h
parentd7f2d69dd0cfa8aea0f5aa3c41923acda0eabdbe (diff)
downloadmpv-b578d8ccbf2400df189987093955b29051fd7802.tar.bz2
mpv-b578d8ccbf2400df189987093955b29051fd7802.tar.xz
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
it's used to activate the button corresponding to the last mouse position. This is a workaround against possibly buggy implementation of upper_lower/upper_button_select() and friends; will be removed when possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19918 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.h')
-rw-r--r--stream/stream_dvdnav.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index f3ff8a11da..7a3f317c42 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -19,6 +19,7 @@ typedef struct {
unsigned char prebuf[STREAM_BUFFER_SIZE]; /* prefill buffer */
int prelen; /* length of prefill buffer */
unsigned int duration; /* in milliseconds */
+ int mousex, mousey;
} dvdnav_priv_t;
extern int dvd_nav_still;