summaryrefslogtreecommitdiff
path: root/src/libspudec/spu.h
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-06 18:27:47 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-06 18:27:47 +0000
commit3c6d03ef837577db63f9b7f246978a9ccb009aae (patch)
treed360b58e5afcbdd85a6ae91d834f33e81bccccab /src/libspudec/spu.h
parentf659a7745d045e9b20bb56b02c2b27cee54cc877 (diff)
downloadxine-lib-3c6d03ef837577db63f9b7f246978a9ccb009aae.tar.gz
xine-lib-3c6d03ef837577db63f9b7f246978a9ccb009aae.tar.bz2
Change to BUTTON EVENT api so that the button number is also passed.
CVS patchset: 1356 CVS date: 2002/01/06 18:27:47
Diffstat (limited to 'src/libspudec/spu.h')
-rw-r--r--src/libspudec/spu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libspudec/spu.h b/src/libspudec/spu.h
index c49817f12..8b62301e3 100644
--- a/src/libspudec/spu.h
+++ b/src/libspudec/spu.h
@@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: spu.h,v 1.8 2002/01/05 21:29:37 jcdutton Exp $
+ * $Id: spu.h,v 1.9 2002/01/06 18:27:47 jcdutton Exp $
*
* This file was originally part of the OMS program.
*
@@ -129,6 +129,7 @@ typedef struct spudec_decoder_s {
int ovl_caps;
int output_open;
pci_t pci;
+ uint32_t buttonN; /* Current button number for highlights */
} spudec_decoder_t;