From 3c6d03ef837577db63f9b7f246978a9ccb009aae Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sun, 6 Jan 2002 18:27:47 +0000 Subject: Change to BUTTON EVENT api so that the button number is also passed. CVS patchset: 1356 CVS date: 2002/01/06 18:27:47 --- src/libspudec/spu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libspudec/spu.h') 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; -- cgit v1.2.3