diff options
author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-06-19 03:47:45 +0000 |
---|---|---|
committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-06-19 03:47:45 +0000 |
commit | 74ec209819e0691d228f0ba574296b0e67c13394 (patch) | |
tree | 01a805fadb9b876069b5593086e406f8fef494bf /src/input/vcd/vcdplayer.h | |
parent | fccaa92c14cdcc86a8a28e1995d28914efa370f7 (diff) | |
download | xine-lib-74ec209819e0691d228f0ba574296b0e67c13394.tar.gz xine-lib-74ec209819e0691d228f0ba574296b0e67c13394.tar.bz2 |
Correct the way the hot-spot coordinate system is treated.
Note: some of the vcdplayer.c code to get screen max_x, max_y will
probably get moved to libvcdinfo.
CVS patchset: 7630
CVS date: 2005/06/19 03:47:45
Diffstat (limited to 'src/input/vcd/vcdplayer.h')
-rw-r--r-- | src/input/vcd/vcdplayer.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/input/vcd/vcdplayer.h b/src/input/vcd/vcdplayer.h index 25cf22a04..99f74aca1 100644 --- a/src/input/vcd/vcdplayer.h +++ b/src/input/vcd/vcdplayer.h @@ -1,5 +1,5 @@ /* - $Id: vcdplayer.h,v 1.9 2005/06/14 17:27:13 rockyb Exp $ + $Id: vcdplayer.h,v 1.10 2005/06/19 03:47:45 rockyb Exp $ Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com> @@ -183,6 +183,9 @@ typedef struct vcdplayer_s { lsn_t track_lsn; /* LSN of start track origin of track we are in. */ lsn_t track_end_lsn; /* LSN of end of current track (if entry). */ + uint16_t max_x; /* Largest screen x coordinate */ + uint16_t max_y; /* Largest screen y coordinate */ + /*-------------------------------------------------------------- (S)VCD Medium information ---------------------------------------------------------------*/ @@ -305,10 +308,6 @@ vcdplayer_seek (vcdplayer_t *p_vcdplayer, off_t offset, int origin); void vcdplayer_send_button_update(vcdplayer_t *p_vcdplayer, int mode); -int -vcdinfo_get_area_selection(const vcdinfo_obj_t *p_vcdinfo, - lid_t lid, int x, int y); - #endif /* _VCDPLAYER_H_ */ /* * Local variables: |